king
2022-01-02 a7666ec39e65e56759a9b12ed7748fd349e6828f
src/tabviews/custom/components/table/edit-table/normalTable/index.jsx
@@ -472,7 +472,7 @@
        _copy.sorter = false
        if (item.editable === 'true') {
          _copy.title = <span>{item.label}<EditOutlined className="system-color" style={{position: 'absolute', bottom: 0, right: 0}}/></span>
          _copy.title = <span>{item.label}<EditOutlined className="system-color" style={{position: 'absolute', bottom: '2px', right: '5px'}}/></span>
        }
        edColumns.push(_copy)
      }