Commit b55a142a by zhaochengxiang

修改样式

parent 1c71c33a
...@@ -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: (!modelId && (filterData||[]).length>0)?'max-content':null x: (modelId || (filterData||[]).length>0)?'max-content':null
}} }}
/> />
{ {
......
...@@ -69,7 +69,7 @@ const SuggestTable = (props) => { ...@@ -69,7 +69,7 @@ const SuggestTable = (props) => {
{ {
title: '描述', title: '描述',
dataIndex: 'remark', dataIndex: 'remark',
width: 360, width: isSzseEnv?360:160,
ellipsis: true, ellipsis: true,
render: (text, _, __) => { render: (text, _, __) => {
return ( return (
......
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