Commit 73f097e3 by zhaochengxiang

bug fix

parent 75856e6e
...@@ -299,7 +299,7 @@ const ModelTable = (props) => { ...@@ -299,7 +299,7 @@ const ModelTable = (props) => {
{ {
name:'标签', name:'标签',
key:'tag', key:'tag',
width:360, minWidth:360,
className: 'table-tag-cell', className: 'table-tag-cell',
formatter(props) { formatter(props) {
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