Commit 41b7d4c2 by zhaochengxiang

样式

parent 266fcb3f
......@@ -860,7 +860,7 @@ const ModelTable = (props) => {
<Table
rowSelection={view!=='grant'?rowSelection:undefined}
rowKey={'id'}
extraColWidth={(modelId||needExpand)?80:32}
extraColWidth={(modelId||needExpand)?85:32}
columns={columns||[]}
dataSource={modelId?(subData||[]):(filterData||[])}
pagination={false}
......
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