Przeglądaj źródła

:bug: 修改列表宽度

zhanghe 6 lat temu
rodzic
commit
fe9dc01c43
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/routes/Shelves/ShelvesList.js

+ 1 - 1
src/routes/Shelves/ShelvesList.js

@@ -168,7 +168,7 @@ export default class ShelvesListPage extends Component {
     const columns = [{
       title: `${productNameMap[scene]}编号`,
       dataIndex: 'code',
-      width: '20%',
+      width: '30%',
     }, {
       title: `${productNameMap[scene]}名称`,
       dataIndex: 'name',