Sfoglia il codice sorgente

style: 修改width

tangning 2 anni fa
parent
commit
b7bc456fba

+ 1 - 1
src/views/equity/DownModal.vue

@@ -98,7 +98,7 @@
               min:1,
             },
             colProps: {
-              span: 19,
+              span: 22,
             },
           },
       ];

+ 2 - 2
src/views/equity/InvoiceModal.vue

@@ -127,7 +127,7 @@
               }
               },
             colProps: {
-              span: 21,
+              span: 22,
             },
           },{
             field: 'count',
@@ -178,7 +178,7 @@
               }
             },
             colProps: {
-              span: 21,
+              span: 22,
             },
           },{
             field: 'incrementEndTime',

+ 3 - 3
src/views/loglist/index.vue

@@ -33,12 +33,12 @@ export default defineComponent({
       {
         title: t('routes.device.snCode'),
         dataIndex: 'snCode',
-        width: 180,
+        width: 100,
       },
       {
         title: t('routes.equity.operationType'),
         dataIndex: 'operationType',
-        width: 150,
+        width: 80,
         customRender: ({ record }) => {
           return record.operationType?t('routes.equity.operation.1'):t('routes.equity.operation.0');
         },
@@ -47,7 +47,7 @@ export default defineComponent({
         title: t('routes.equity.operationUserName'),
         dataIndex: 'operationUserName',
         ellipsis: false,
-        width: 80,
+        width: 120,
         customRender: ({ record }) => {
           return record.operationUserName || t('routes.equity.platform');
         },