From c05992ce50f54edaf1df5541e6ce9afbd912fb5f Mon Sep 17 00:00:00 2001 From: ibuler Date: Wed, 18 Oct 2023 14:30:53 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E4=BF=AE=E6=94=B9=E8=AE=B8=E5=8F=AF?= =?UTF-8?q?=E8=AF=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/settings/License.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/views/settings/License.vue b/src/views/settings/License.vue index a9aa6956e..b17774d9b 100644 --- a/src/views/settings/License.vue +++ b/src/views/settings/License.vue @@ -16,11 +16,13 @@ :title="$tc('setting.ImportLicense')" :visible.sync="dialogLicenseImport" top="20vh" + width="600px" @cancel="dialogLicenseImport = false" @confirm="importLicense" > - {{ this.$t('setting.LicenseFile') }} -
+
+ {{ this.$t('setting.LicenseFile') }} +