Commit 1c71c33a by zhaochengxiang

滚动调整

parent 7fa869bd
...@@ -651,7 +651,7 @@ const ModelTable = (props) => { ...@@ -651,7 +651,7 @@ const ModelTable = (props) => {
expandable={expandable} expandable={expandable}
sticky={!modelId} sticky={!modelId}
scroll={{ scroll={{
x: 'max-content' x: (!modelId && (filterData||[]).length>0)?'max-content':null
}} }}
/> />
{ {
......
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