From ea2b0825e761a55b17e7bfa044e8267de09c27a9 Mon Sep 17 00:00:00 2001
From: Admin <978517621@qq.com>
Date: Tue, 13 Sep 2022 14:44:13 +0800
Subject: [PATCH] Default Changelist
---
src/views/specialWorkSystem/workAlert/alertRecord/index.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/views/specialWorkSystem/workAlert/alertRecord/index.vue b/src/views/specialWorkSystem/workAlert/alertRecord/index.vue
index 4446d4c..c6e32e2 100644
--- a/src/views/specialWorkSystem/workAlert/alertRecord/index.vue
+++ b/src/views/specialWorkSystem/workAlert/alertRecord/index.vue
@@ -49,7 +49,7 @@
ref="multipleTableRef"
:data="tableData"
style="width: 100%"
- height="calc(100% - 48px)"
+ height="calc(100% - 100px)"
:header-cell-style="{background: '#fafafa'}"
>
<el-table-column type="index" label="序号" width="80"/>
--
Gitblit v1.9.2