Commit b55a142a by zhaochengxiang

修改样式

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