Commit 2a3c4868 by zhaochengxiang

调整状态宽度

parent 5c2b15f7
...@@ -171,7 +171,7 @@ const ModelTable = (props) => { ...@@ -171,7 +171,7 @@ const ModelTable = (props) => {
{ {
title: '状态', title: '状态',
dataIndex: 'state', dataIndex: 'state',
width: 80, width: 100,
ellipsis: true, ellipsis: true,
render: (_, record) => { render: (_, record) => {
......
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