Commit 807c2f86 by zhaochengxiang

解决陈旻提的模型表结构列,拖拉表头不方便的问题

parent b25a1bac
......@@ -1173,9 +1173,7 @@ export const ImportActionTable = (props) => {
pagination={false}
sticky
scroll={{
x: 1500,
//解决屏幕尺寸窄时,字段不好横向拖动的问题
y: tableWidth>1500?'100%':630,
x: '100%',
}}
/>
</Form>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment