From b6fe83e340e5b80ed5fccd1020753b6a2ecf4fcd Mon Sep 17 00:00:00 2001 From: "zyx.net" Date: Tue, 22 Aug 2023 16:45:20 +0800 Subject: [PATCH] =?UTF-8?q?=201366-OTA=E7=AE=A1=E7=90=86=E6=9F=A5=E8=AF=A2?= =?UTF-8?q?=E6=9D=A1=E4=BB=B6=E6=98=BE=E7=A4=BA=E4=B8=8D=E5=8F=8B=E5=A5=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/otamanagement/otaAuthentication/index.vue | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/jero-web/src/views/otamanagement/otaAuthentication/index.vue b/jero-web/src/views/otamanagement/otaAuthentication/index.vue index 18bf81e83..b97e0db30 100644 --- a/jero-web/src/views/otamanagement/otaAuthentication/index.vue +++ b/jero-web/src/views/otamanagement/otaAuthentication/index.vue @@ -230,7 +230,7 @@ export default { { title: this.$t('vehicleType'), align: 'left', - width: 170, + width: 320, ellipsis: true, dataIndex: 'appliedVehicleProject' }, @@ -245,7 +245,7 @@ export default { title: this.$t('operation'), align: 'left', fixed: 'right', - width: 220, + width: 100, scopedSlots: { customRender: 'operation' } } ], @@ -442,4 +442,7 @@ export default { ::v-deep .ant-table-placeholder { margin-top: 8px !important; } +/deep/ .ant-calendar-range-picker-input{ + margin-left: -2px !important; +} \ No newline at end of file