From 7c6fc5c3f07809162a3d50c1b516ad3fc0097209 Mon Sep 17 00:00:00 2001
From: dminyi <1301963064@qq.com>
Date: Mon, 19 Aug 2024 19:53:20 +0800
Subject: [PATCH] 弹窗修改

---
 gz-customerSystem/src/views/filesCheck/newFileCheck.jsx |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/gz-customerSystem/src/views/filesCheck/newFileCheck.jsx b/gz-customerSystem/src/views/filesCheck/newFileCheck.jsx
index d83cb84..602bc57 100644
--- a/gz-customerSystem/src/views/filesCheck/newFileCheck.jsx
+++ b/gz-customerSystem/src/views/filesCheck/newFileCheck.jsx
@@ -2,7 +2,7 @@
  * @Company: hugeInfo
  * @Author: ldh
  * @Date: 2022-03-11 11:03:44
- * @LastEditTime: 2024-08-17 17:42:03
+ * @LastEditTime: 2024-08-19 10:11:34
  * @LastEditors: dminyi 1301963064@qq.com
  * @Version: 1.0.0
  * @Description: 大厅来访材料附件查看
@@ -23,8 +23,8 @@
 import { Button, Menu, Tooltip } from 'antd';
 import { useSearchParams } from 'react-router-dom';
 import {
-	FolderOpenOutlined,
-	FolderOutlined,
+	CaretRightOutlined,
+	CaretDownOutlined,
 	FileOutlined,
 	FileImageOutlined,
 	FilePdfOutlined,
@@ -220,7 +220,7 @@
 						return (
 							<SubMenu
 								key={x.ownerTypeName}
-								icon={openKeys.includes(x.ownerTypeName) ? <FolderOpenOutlined /> : <FolderOutlined />}
+								expandIcon={openKeys.includes(x.ownerTypeName) ? <CaretRightOutlined /> : <CaretDownOutlined />}
 								title={x.ownerTypeName}
 							>
 								{x.fileList?.map((y, z) => {

--
Gitblit v1.8.0