Sfoglia il codice sorgente

:bug: 修改列表宽度

zhanghe 7 anni fa
parent
commit
fe9dc01c43
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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',