同步代码

This commit is contained in:
zengqiao
2022-08-23 19:01:53 +08:00
parent e90c5003ae
commit e1514c901b
76 changed files with 796 additions and 577 deletions

View File

@@ -249,7 +249,7 @@ const AutoPage = (props: any) => {
// rowExpandable: (record: any) => true,
// },
onChange: onTableChange,
scroll: { y: 'calc(100vh - 390px)' },
scroll: { y: 'calc(100vh - 400px)' },
// className: `frameless-table ${scene !== 'topicDetail' && 'clustom-table-content'}`, // 纯无边框表格类名
},
}}