日历修改
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -153,7 +153,7 @@ | ... | @@ -153,7 +153,7 @@ |
| 153 | </div> | 153 | </div> |
| 154 | <!--历史排名--> | 154 | <!--历史排名--> |
| 155 | <el-card :body-style="{'padding':'10px 20px 18px'}"> | 155 | <el-card :body-style="{'padding':'10px 20px 18px'}"> |
| 156 | <el-table :data="rank" height="336" stripe @row-click="handleRowClick"> | 156 | <el-table :data="rank" height="490" stripe @row-click="handleRowClick"> |
| 157 | <el-table-column align="center" label="RANK" prop="index" width="80"> | 157 | <el-table-column align="center" label="RANK" prop="index" width="80"> |
| 158 | <!-- <template #default="scope">--> | 158 | <!-- <template #default="scope">--> |
| 159 | <!-- <span v-if="scope.row.mingCi == 1" style="color:#F8A617">{{ scope.row.mingCi }}</span>--> | 159 | <!-- <span v-if="scope.row.mingCi == 1" style="color:#F8A617">{{ scope.row.mingCi }}</span>--> | ... | ... |
-
Please register or sign in to post a comment