Commit 41b7d4c2 by zhaochengxiang

样式

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