Jelajahi Sumber

:bug: 修改列表宽度

zhanghe 6 tahun lalu
induk
melakukan
fe9dc01c43
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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 = [{
     const columns = [{
       title: `${productNameMap[scene]}编号`,
       title: `${productNameMap[scene]}编号`,
       dataIndex: 'code',
       dataIndex: 'code',
-      width: '20%',
+      width: '30%',
     }, {
     }, {
       title: `${productNameMap[scene]}名称`,
       title: `${productNameMap[scene]}名称`,
       dataIndex: 'name',
       dataIndex: 'name',