开发: 删除antd自带文件

This commit is contained in:
zhengw
2023-04-23 09:14:09 +08:00
parent 477899af38
commit 572277d817
12 changed files with 9 additions and 1010 deletions

View File

@@ -325,12 +325,13 @@ const ChatLogs: React.FC = () => {
};
const checkCustFollowsIsEmpty = (state: number) => {
let count = 0;
for (const el of custFollowsList) {
if (el.name.includes(searchWord['1']) && el.state == state) {
return 1;
count += 1;
}
}
return 0;
return count;
};
const checkInnerIsEmpty = () => {
@@ -455,7 +456,7 @@ const ChatLogs: React.FC = () => {
setDelFollowListShow(!delFollowListShow);
}}
>
<span></span>
<span>{checkCustFollowsIsEmpty(0)}</span>
{delFollowListShow ? <UpOutlined /> : <DownOutlined />}
</div>
<div