提交 cff5dd47 authored 作者: wtj's avatar wtj

提交列表操作宽度不够

上级 d80eb63a
...@@ -436,7 +436,7 @@ class FormList extends React.Component { ...@@ -436,7 +436,7 @@ class FormList extends React.Component {
}); });
cacheChecked.push(item.dataIndex); cacheChecked.push(item.dataIndex);
} }
}); });
this.checkList = cacheList; this.checkList = cacheList;
...@@ -1163,10 +1163,10 @@ class FormList extends React.Component { ...@@ -1163,10 +1163,10 @@ class FormList extends React.Component {
width = width + 75; width = width + 75;
} }
if (rights && rights.includes('edit')) { if (rights && rights.includes('edit')) {
width = width + 40; width = width + 70;
} }
if (rights && rights.includes('delete')) { if (rights && rights.includes('delete')) {
width = width + 40; width = width + 70;
} }
const column = { const column = {
title: '操作', title: '操作',
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论