style(测试计划): 修复测试计划组报告子计划滚动条样式

This commit is contained in:
xinxin.wu 2024-07-19 18:09:38 +08:00 committed by Craftsman
parent f66600db11
commit 7604712ab9
1 changed files with 1 additions and 0 deletions

View File

@ -133,6 +133,7 @@
}; };
const { propsRes, propsEvent, loadList, setLoadListParams } = useTable(reportDetailList(), { const { propsRes, propsEvent, loadList, setLoadListParams } = useTable(reportDetailList(), {
scroll: { x: '100%' },
columns, columns,
heightUsed: 20, heightUsed: 20,
showSelectorAll: false, showSelectorAll: false,