完成用户列表
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
<template>
|
||||
<!-- <div id="myChart"></div>-->
|
||||
<h1 class="title">排名</h1>
|
||||
<el-row class="row-bg" justify="center">
|
||||
<el-col :span="16">
|
||||
<el-table :data="tableData" style="width: 100%" stripe :row-class-name="tableRowClassName">
|
||||
@@ -35,6 +36,11 @@ export default {
|
||||
</script>
|
||||
|
||||
<style>
|
||||
.title{
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
color: #dddddd;
|
||||
}
|
||||
.el-table .warning-row {
|
||||
--el-table-tr-bg-color: var(--el-color-warning-light-9);
|
||||
}
|
||||
|
Reference in New Issue
Block a user