Commit 86130b32 authored by 涂伟's avatar 涂伟
parents 6ae27755 678f30b8
Pipeline #96884 failed with stages
...@@ -131,7 +131,7 @@ ...@@ -131,7 +131,7 @@
"jszip": "^3.10.1", "jszip": "^3.10.1",
"lodash": "4.17.11", "lodash": "4.17.11",
"minimist": "1.2.0", "minimist": "1.2.0",
"panda-xform": "6.11.22", "panda-xform": "6.11.32",
"parseForm": "^2.3.8", "parseForm": "^2.3.8",
"prop-types": "15.7.2", "prop-types": "15.7.2",
"qrcode.react": "^3.1.0", "qrcode.react": "^3.1.0",
......
...@@ -413,7 +413,7 @@ const AutoCase = props => { ...@@ -413,7 +413,7 @@ const AutoCase = props => {
loading={loadding} loading={loadding}
bordered bordered
dataSource={dataSource} dataSource={dataSource}
scroll={{ x: 'max-content', y: 450 }} scroll={{ x: 'max-content', y: 'calc(100vh - 250px)' }}
pagination={false} pagination={false}
/> />
<div className={style.footer}> <div className={style.footer}>
......
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