From c5ab5d65e8ed45a0d8afdef512d2265a554dfb71 Mon Sep 17 00:00:00 2001
From: zhangyongtian <1181606322@qq.com>
Date: Thu, 15 Aug 2024 09:36:09 +0800
Subject: [PATCH] feat:定义弹窗

---
 gz-customerSystem/src/views/register/visit/preview.jsx |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gz-customerSystem/src/views/register/visit/preview.jsx b/gz-customerSystem/src/views/register/visit/preview.jsx
index 5529934..226be44 100644
--- a/gz-customerSystem/src/views/register/visit/preview.jsx
+++ b/gz-customerSystem/src/views/register/visit/preview.jsx
@@ -86,7 +86,7 @@
 
 
     return (
-        <div style={{ backgroundColor: '#ffff', margin: '8px 16px 0px 16px', padding: '12px 18px 16px 16px' }}>
+        <div style={{ backgroundColor: '#ffff', margin: '8px 16px 0px 16px', padding: '12px 18px 16px 16px', height: 'calc(100vh - 211px)', overflowY: 'scroll' }}>
             <Col span={24} style={{ display: 'flex', alignItems: 'center', marginBottom: '4px' }}>
                 <Space size='small'>
                     <div className='MediationInfo-subTitle' style={{ marginTop: '-9px' }}></div><h5>当事人信息</h5>

--
Gitblit v1.8.0