Quellcode durchsuchen

统一操作列为120

梁展鹏 vor 3 Jahren
Ursprung
Commit
2cdf965162

+ 1 - 1
src/views/helpInfo/information/index.vue

@@ -66,7 +66,7 @@ export default {
         {
           key: 'action',
           name: '操作',
-          width: '180',
+          width: '120',
           render: (h, { row }) => {
             const action = [];
             action.push(

+ 1 - 1
src/views/memberManagement/memberLever/index.vue

@@ -74,7 +74,7 @@ export default {
         {
           key: 'action',
           name: '操作',
-          width: '180',
+          width: '120',
           render: (h, { row }) => {
             const action = [];
             action.push(

+ 1 - 1
src/views/photographerManagement/photographerVerify/index.vue

@@ -78,7 +78,7 @@ export default {
         {
           key: 'action',
           name: '操作',
-          minWidth: '180'
+          minWidth: '120'
         }
       ]
     };

+ 1 - 1
src/views/pointsManagement/pointsDetail/index.vue

@@ -79,7 +79,7 @@ export default {
         {
           key: 'action',
           name: '操作',
-          minWidth: '180'
+          minWidth: '120'
         }
       ]
     };