From 20a1241e1d0e15e8036cb53b7a9d50ce71741bdb Mon Sep 17 00:00:00 2001
From: zhangyongtian <1181606322@qq.com>
Date: Thu, 12 Sep 2024 16:24:09 +0800
Subject: [PATCH] Merge branch 'master' of http://120.79.193.119:9090/r/gzzfw/frontEnd/gzDyh

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