From 7d01b4bd5aa84165c8d779a332bacb4755d9a9fe Mon Sep 17 00:00:00 2001 From: MaysWind Date: Thu, 12 Sep 2024 00:09:54 +0800 Subject: [PATCH] modify style --- src/views/desktop/transactions/list/dialogs/ImportDialog.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/desktop/transactions/list/dialogs/ImportDialog.vue b/src/views/desktop/transactions/list/dialogs/ImportDialog.vue index cd271888..1cf1c102 100644 --- a/src/views/desktop/transactions/list/dialogs/ImportDialog.vue +++ b/src/views/desktop/transactions/list/dialogs/ImportDialog.vue @@ -549,7 +549,7 @@ export default { }, importTransactionHeaders() { return [ - { value: 'valid', sortable: true, nowrap: true, maxWidth: 50 }, + { value: 'valid', sortable: true, nowrap: true, width: 35 }, { value: 'time', title: this.$t('Transaction Time'), sortable: true, nowrap: true, maxWidth: 280 }, { value: 'type', title: this.$t('Type'), sortable: true, nowrap: true, maxWidth: 140 }, { value: 'categoryId', title: this.$t('Category'), sortable: true, nowrap: true },