开发: 修改页面

This commit is contained in:
zhengw
2023-04-14 17:31:45 +08:00
parent b2bf2ade21
commit f4644b6ba2
11 changed files with 889 additions and 156 deletions

View File

@@ -96,8 +96,9 @@ export const ChatRecord: React.FC<IChatItem> = (props) => {
onCancel={() => {
setVisible(false);
}}
centered
>
<div>
<div style={{ maxHeight: '75vh', overflow: 'auto' }}>
{record ? (
<div>
{record.item.map((item: any) => {