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/index.jsx | 6 +++--- 1 files changed, 3 insertions(+), 3 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, -- Gitblit v1.8.0