Commit b808e9e2 by zhaochengxiang

bug fix

parent fe576568
...@@ -1178,7 +1178,7 @@ export const ImportActionTable = (props) => { ...@@ -1178,7 +1178,7 @@ export const ImportActionTable = (props) => {
pagination={false} pagination={false}
sticky sticky
scroll={{ scroll={{
x: 1500, x: '100%',
//解决屏幕尺寸窄时,字段不好横向拖动的问题 //解决屏幕尺寸窄时,字段不好横向拖动的问题
y: tableWidth>1500?'100%':630, y: tableWidth>1500?'100%':630,
}} }}
......
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