Commit a1fa6449 by zhaochengxiang

样式调整

parent 56897d88
......@@ -534,10 +534,6 @@ const ModelTable = (props) => {
if ((visibleColNames||[]).length > 0) {
newCols = newCols.filter(col => visibleColNames.indexOf(col.title)!==-1 || col.filter===false);
if (newCols.length > 2) {
newCols[newCols.length-2].width = null;
}
}
return newCols;
......
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