Browse Source

:bug: 修改列表宽度

zhanghe 6 năm trước cách đây
mục cha
commit
fe9dc01c43
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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',