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