瀏覽代碼

:bug: 修改列表宽度

zhanghe 6 年之前
父節點
當前提交
fe9dc01c43
共有 1 個文件被更改,包括 1 次插入1 次删除
  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',