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; }