瀏覽代碼

style: 修改width

tangning 2 年之前
父節點
當前提交
b7bc456fba
共有 3 個文件被更改,包括 6 次插入6 次删除
  1. 1 1
      src/views/equity/DownModal.vue
  2. 2 2
      src/views/equity/InvoiceModal.vue
  3. 3 3
      src/views/loglist/index.vue

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

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

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

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

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

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