From 5e9a5e9abda9f0e87b2ff1bd0882f281b184548c Mon Sep 17 00:00:00 2001 From: xixi <123@qq.com> Date: Wed, 14 Aug 2024 16:22:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/BelongPeople/BelongPeople.tsx | 467 +++++++++--------- src/components/CapitalModal/CapitalModal.tsx | 3 + .../ContactPeople/ContactPeople.tsx | 62 +-- src/layout/head/Head.tsx | 26 +- src/util/AjaxUtils.ts | 6 +- 5 files changed, 293 insertions(+), 271 deletions(-) diff --git a/src/components/BelongPeople/BelongPeople.tsx b/src/components/BelongPeople/BelongPeople.tsx index d29d4cc..61d351d 100644 --- a/src/components/BelongPeople/BelongPeople.tsx +++ b/src/components/BelongPeople/BelongPeople.tsx @@ -77,7 +77,7 @@ export default function BelongPeople(props: propsInfo) { // const [isEditModalOpen, setIsEditModalOpen] = useState(false); const [isNewBelongOpen, setIsNewBelongOpen] = useState(false) - const height = window.innerHeight - 200; + // const height = window.innerHeight - 200; // const dateFormat = 'YYYY年MM月DD日'; // 点击查看是否显示账号密码 const [checkCrcAccountShow, setCheckCrcAccountShow] = useState('') @@ -387,7 +387,7 @@ export default function BelongPeople(props: propsInfo) { return ( <> -