开发: 修改页面
This commit is contained in:
@@ -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) => {
|
||||
|
Reference in New Issue
Block a user