Commit ee5a3279 by zhaochengxiang

模型表结构表头拖拉问题

parent d4f7bfa6
......@@ -470,7 +470,6 @@ export const ImportActionTable = (props) => {
dataIndex: 'valueRange',
editable: true,
ellipsis: true,
width: 100,
render: (text, record, __) => {
return (
<React.Fragment>
......@@ -1173,7 +1172,9 @@ export const ImportActionTable = (props) => {
pagination={false}
sticky
scroll={{
x: '100%',
x: 1500,
//解决屏幕尺寸窄时,字段不好横向拖动的问题
y: tableWidth>1500?'100%':630,
}}
/>
</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