From c97ef5cda36b6fe13e7358fdd12dac8c07b2471d Mon Sep 17 00:00:00 2001 From: shiziyuan9527 Date: Tue, 3 Jan 2023 14:08:56 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E7=B3=BB=E7=BB=9F=E8=AE=BE=E7=BD=AE):?= =?UTF-8?q?=20=E8=B0=83=E6=95=B4license=E4=BF=A1=E6=81=AF=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/business/system/license/MxLicense.vue | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/system-setting/frontend/src/business/system/license/MxLicense.vue b/system-setting/frontend/src/business/system/license/MxLicense.vue index d4434d3325..5b0ff89fde 100644 --- a/system-setting/frontend/src/business/system/license/MxLicense.vue +++ b/system-setting/frontend/src/business/system/license/MxLicense.vue @@ -8,6 +8,10 @@
+ + + + @@ -37,14 +41,6 @@ - - - - - - - - + + + +
{{ $t('license.serial_num') }}{{ license.serialNo }}
{{ $t('license.corporation') }} {{ license.corporation }}{{ $t('license.count') }} {{ license.count }}
{{ $t('license.serial_num') }}{{ license.serialNo }}
{{ $t('license.remark') }}{{ license.remark }}
{{ $t('license.status') }} @@ -57,6 +53,10 @@
{{ $t('license.remark') }}{{ license.remark }}
@@ -148,7 +148,6 @@ export default { .license-container { margin: auto; - height: 400px; position: relative; }