From 2d2efba54e188738ca3dba9820df14f58221487f Mon Sep 17 00:00:00 2001
From: zhangyongtian <1181606322@qq.com>
Date: Thu, 12 Sep 2024 16:24:08 +0800
Subject: [PATCH] style:高度
---
gz-customerSystem/src/views/register/matterDetail/FileTable.jsx | 2 +-
gz-customerSystem/src/views/register/index.jsx | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/gz-customerSystem/src/views/register/index.jsx b/gz-customerSystem/src/views/register/index.jsx
index 568d4a1..5bc081a 100644
--- a/gz-customerSystem/src/views/register/index.jsx
+++ b/gz-customerSystem/src/views/register/index.jsx
@@ -331,7 +331,7 @@
title: '化解结果',
dataIndex: 'mediResult',
key: 'mediResult',
- width: 80,
+ width: 100,
},
{
title: '无法化解理由',
@@ -689,7 +689,7 @@
title: '化解结果',
dataIndex: 'mediResult',
key: 'mediResult',
- width: 180,
+ width: 100,
},
{
title: '申请方',
@@ -1324,7 +1324,7 @@
scroll={{
x: 1300
}}
- offsetHeight={153}
+ offsetHeight={161}
loading={loading}
pagination={{
current: pageData.page,
diff --git a/gz-customerSystem/src/views/register/matterDetail/FileTable.jsx b/gz-customerSystem/src/views/register/matterDetail/FileTable.jsx
index d1c6c39..609b04c 100644
--- a/gz-customerSystem/src/views/register/matterDetail/FileTable.jsx
+++ b/gz-customerSystem/src/views/register/matterDetail/FileTable.jsx
@@ -351,7 +351,7 @@
rowKey="ownerType"
bordered={true}
scroll={{ x: 1300 }}
- tableHeight={126}
+ tableHeight={137}
/>
<Modal
style={{ width: '512px' }}
--
Gitblit v1.8.0