Explorar o código

:zap: 图片展示位样式微调

zhanghe %!s(int64=6) %!d(string=hai) anos
pai
achega
bb5a9725c8

+ 3 - 0
src/components/AXTableSelector/columnsMap.js

@@ -57,6 +57,7 @@ const clMap = {
         }
       },
       width: '25%',
+      align: 'center',
     }, {
       title: '编号/名称',
       key: 2,
@@ -77,6 +78,7 @@ const clMap = {
       dataIndex: 'path',
       render: path => renderPicture(path),
       width: '25%',
+      align: 'center',
     }, {
       title: '编号/名称',
       key: 2,
@@ -91,6 +93,7 @@ const clMap = {
       dataIndex: 'path',
       render: path => renderPicture(path),
       width: '12%',
+      align: 'center',
     }, {
       title: '图片编号',
       key: 2,

+ 1 - 1
src/routes/Product/Training/TrainingCreate.less

@@ -14,7 +14,7 @@
       left: 0;
       right: 0;
       margin: auto;
-      max-width: 655px;
+      max-width: 480px;
     }
   }
 }