From c685600f0df11156ff5dc24020d6b7d02ab3e071 Mon Sep 17 00:00:00 2001
From: dminyi <1301963064@qq.com>
Date: Wed, 11 Sep 2024 12:29:44 +0800
Subject: [PATCH] 修改

---
 gz-customerSystem/src/views/register/index.less                      |    6 ++++++
 gz-customerSystem/src/views/register/visit/component/levelDetail.jsx |   22 ++++++++++++----------
 gz-customerSystem/src/views/register/handleFeedback/index.jsx        |    4 ++--
 3 files changed, 20 insertions(+), 12 deletions(-)

diff --git a/gz-customerSystem/src/views/register/handleFeedback/index.jsx b/gz-customerSystem/src/views/register/handleFeedback/index.jsx
index e0781ec..7120e5c 100644
--- a/gz-customerSystem/src/views/register/handleFeedback/index.jsx
+++ b/gz-customerSystem/src/views/register/handleFeedback/index.jsx
@@ -3,7 +3,7 @@
  * @Author: dminyi 1301963064@qq.com
  * @Date: 2024-08-09 09:59:43
  * @LastEditors: dminyi 1301963064@qq.com
- * @LastEditTime: 2024-09-11 09:28:35
+ * @LastEditTime: 2024-09-11 12:20:34
  * @FilePath: \gzDyh\gz-customerSystem\src\views\basicInformation\organization\index.jsx
  * @Description: 来访登记
  * 
@@ -215,7 +215,7 @@
 			</NewPage>
 			<div className="gradient-box" onClick={() => handleAi()}>
 				<div><img src={Aimge} alt='' style={{ width: '111px', height: '120px' }} /></div>
-				<div style={{ color: '#FFFFFF' }}>智能调解助理</div>
+				<div style={{ color: '#FFFFFF' }}>穗调解数智人</div>
 			</div>
 			<AiQuestion
 				visible={AiQuestionView}
diff --git a/gz-customerSystem/src/views/register/index.less b/gz-customerSystem/src/views/register/index.less
index 4fd2dc5..471cc54 100644
--- a/gz-customerSystem/src/views/register/index.less
+++ b/gz-customerSystem/src/views/register/index.less
@@ -772,6 +772,12 @@
 .marginLeft {
 	margin-left: 55px;
 
+	&-tip{
+		margin-top: -12px;
+    margin-bottom: 12px;
+    margin-left: 55px;
+	}
+
 
 	//fontWeight: '600', marginBottom: '16px'
 	&-title {
diff --git a/gz-customerSystem/src/views/register/visit/component/levelDetail.jsx b/gz-customerSystem/src/views/register/visit/component/levelDetail.jsx
index 169ad3e..d5aa843 100644
--- a/gz-customerSystem/src/views/register/visit/component/levelDetail.jsx
+++ b/gz-customerSystem/src/views/register/visit/component/levelDetail.jsx
@@ -2,7 +2,7 @@
  * @Author: dminyi 1301963064@qq.com
  * @Date: 2024-08-27 16:47:12
  * @LastEditors: dminyi 1301963064@qq.com
- * @LastEditTime: 2024-09-11 12:19:17
+ * @LastEditTime: 2024-09-11 12:25:47
  * @FilePath: \gzDyh\gz-customerSystem\src\views\register\visit\component\levelDetail.jsx
  * @Description: 右抽屉提示
  */
@@ -110,7 +110,7 @@
 
 }
 
-const AiQuestion = ({ visible, onClose, aiData, aiLawData,caseDetailAi }) => {
+const AiQuestion = ({ visible, onClose, aiData, aiLawData, caseDetailAi }) => {
     const [list, setList] = useState([
         // {
         //     id: '1',
@@ -150,15 +150,15 @@
     const toggleView = (type, id) => {
         setCaseDetail(true)
         setModalType(type)
-        
+
         if (type === 'case') {
             getCaseDetail(id);
         }
         if (type === 'law') {
-            console.log(id,'idddddd')
-            
+            console.log(id, 'idddddd')
+
             const lawItem = aiLawData.find(item => item.lawInfoId === id)
-            console.log(lawItem,'lawItem')
+            console.log(lawItem, 'lawItem')
             setLawDetail(lawItem)
         }
     };
@@ -189,20 +189,22 @@
             <MyDrawer
                 visible={visible}
                 onClose={onClose}
-                title="智能调解助理"
+                title="穗调解数智人"
                 width={1200}
                 style={{ position: 'absolute' }}
                 bodyStyle={{ marginTop: '-8px' }}
                 titleBefore={true}
             >
                 <div style={{ display: 'flex' }}>
-                    <div style={{ width: '100px' }}></div>
                     <div className='aiBox'>
                         <div className='aiBox-case'>
                             <div className='aiBox-case-logo'>
                                 <img src={caselogo} alt='' className='aiBox-case-logo-img' />
                             </div>
-                            <div style={{ flex: 1,marginTop:'4px' }}>{caseDetailAi}</div>
+                            <div style={{ flex: 1, marginTop: '4px' }}>{caseDetailAi}</div>
+                        </div>
+                        <div className='marginLeft-tip' >
+                            根据当事人的事项概况和事项申请,推荐以下类案和法条参考:
                         </div>
                         <div className='marginLeft'>
                             <div className='marginLeft-title'>相关案例:</div>
@@ -236,7 +238,7 @@
                 <MyDrawer
                     visible={caseDetail}
                     onClose={caseDetailOnClose}
-                    title={modalType === 'case'?"查看相关案例":"查看相关法条"}
+                    title={modalType === 'case' ? "查看相关案例" : "查看相关法条"}
                     width={400}
                     style={{ position: 'absolute' }}
                     bodyStyle={{ marginTop: '-8px' }}

--
Gitblit v1.8.0