style(测试计划): 修复测试计划组报告子计划滚动条样式
This commit is contained in:
parent
f66600db11
commit
7604712ab9
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue