bcca2ea4 by zhangmeng

日历修改

1 parent 6a725603
...@@ -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>-->
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!