From 0dac7ba33f77342d2a9a1392c820d10d3b72d76c Mon Sep 17 00:00:00 2001 From: Your Name <123456> Date: 星期三, 28 九月 2022 16:02:47 +0800 Subject: [PATCH] '修改' --- src/views/specialWorkSystem/workAlert/alertRecord/index.vue | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/views/specialWorkSystem/workAlert/alertRecord/index.vue b/src/views/specialWorkSystem/workAlert/alertRecord/index.vue index c6e32e2..f9059d6 100644 --- a/src/views/specialWorkSystem/workAlert/alertRecord/index.vue +++ b/src/views/specialWorkSystem/workAlert/alertRecord/index.vue @@ -39,17 +39,17 @@ </el-row> <div class="homeCard"> <div class="main-card"> - <el-row class="cardTop"> - <el-col :span="12" class="mainCardBtn"> +<!-- <el-row class="cardTop">--> +<!-- <el-col :span="12" class="mainCardBtn">--> <!-- <el-button type="primary" :icon="Plus" size="default" @click="dialogAddRecord = true">新增</el-button>--> - </el-col> - <el-button type="primary" :icon="Refresh" size="default" @click="reLoadData"/> - </el-row> +<!-- </el-col>--> +<!-- <el-button type="primary" :icon="Refresh" size="default" @click="reLoadData"/>--> +<!-- </el-row>--> <el-table ref="multipleTableRef" :data="tableData" style="width: 100%" - height="calc(100% - 100px)" + height="calc(100% - 48px)" :header-cell-style="{background: '#fafafa'}" > <el-table-column type="index" label="序号" width="80"/> -- Gitblit v1.9.2