From e4dc5994adb768d2c3f8309efc23e5e957ec6116 Mon Sep 17 00:00:00 2001
From: Admin <978517621@qq.com>
Date: 星期二, 13 九月 2022 15:16:31 +0800
Subject: [PATCH] Default Changelist

---
 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