From fbbb03338e7001ee635800a49de79ce2e4933ecf Mon Sep 17 00:00:00 2001 From: quanyawei <401863037@qq.com> Date: Wed, 20 Mar 2024 11:16:07 +0800 Subject: [PATCH] fix: 手持设备分钟 --- src/views/toCarryOutLegislativeReforms/summaryPage/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/toCarryOutLegislativeReforms/summaryPage/index.vue b/src/views/toCarryOutLegislativeReforms/summaryPage/index.vue index bc4adb2..31f4d67 100644 --- a/src/views/toCarryOutLegislativeReforms/summaryPage/index.vue +++ b/src/views/toCarryOutLegislativeReforms/summaryPage/index.vue @@ -66,7 +66,7 @@ <el-table-column align="center" prop="totalPoints" label="���������" /> </el-table> <vueSeamless v-if="tableData.length>5" ref="scroll3" :data="tableData" :pause="true" class="seamless-warp" style="width: 100%;" :class-option="classOption"> - <el-table v-if="tableData.length>0" :data="tableData" class="bottom" border style="width: 100%;margin-bottom:50px"> + <el-table v-if="tableData.length>0" :data="tableData" class="bottomTable" border style="width: 100%;margin-bottom:50px"> <el-table-column align="center" type="index" width="60" /> <el-table-column align="center" prop="unitName" label="������������" /> <el-table-column align="center" prop="total" label="���������" /> -- Gitblit v1.8.0