diff --git a/frontend/src/components/router-button/index.vue b/frontend/src/components/router-button/index.vue index 0eda101a51b4..6e6b86dcae78 100644 --- a/frontend/src/components/router-button/index.vue +++ b/frontend/src/components/router-button/index.vue @@ -1,7 +1,7 @@ - + { font-size: 13px !important; border: none !important; width: 100% !important; + line-height: normal !important; } .monitor-tags { diff --git a/frontend/src/views/host/file-management/index.vue b/frontend/src/views/host/file-management/index.vue index 2b3afee916c0..9594e7800361 100644 --- a/frontend/src/views/host/file-management/index.vue +++ b/frontend/src/views/host/file-management/index.vue @@ -386,12 +386,12 @@ - + {{ row.mode }} - + {{ row.user ? row.user : '-' }} ({{ row.uid }}) @@ -405,7 +405,7 @@ - + diff --git a/frontend/src/views/setting/safe/index.vue b/frontend/src/views/setting/safe/index.vue index b37f66116940..a86e76952907 100644 --- a/frontend/src/views/setting/safe/index.vue +++ b/frontend/src/views/setting/safe/index.vue @@ -6,166 +6,157 @@ :model="form" v-loading="loading" :label-position="mobile ? 'top' : 'left'" - label-width="150px" + label-width="auto" + class="sm:w-full md:w-4/5 lg:w-3/5 2xl:w-1/2 max-w-max ml-8" > - - - - - - - - {{ $t('commons.button.set') }} - - - - - - - - - {{ $t('commons.button.set') }} - - - - - - - - - {{ $t('commons.button.set') }} - - - - - - - {{ $t('commons.button.set') }} - - - - {{ $t('setting.entranceHelper') }} - + + + + + {{ $t('commons.button.set') }} + + + + + + + + + {{ $t('commons.button.set') }} + + + + + + + + + {{ $t('commons.button.set') }} + + + + + + + {{ $t('commons.button.set') }} + + + + {{ $t('setting.entranceHelper') }} + - - - - - {{ $t('commons.button.set') }} - - - - + + + + + {{ $t('commons.button.set') }} + + + + - - - - - {{ $t('commons.button.set') }} - - - - - - {{ $t('commons.button.set') }} - - - - {{ $t('setting.allowIPsHelper') }} - + + + + + {{ $t('commons.button.set') }} + + + + + + {{ $t('commons.button.set') }} + + + + {{ $t('setting.allowIPsHelper') }} + - - - - - {{ $t('commons.button.set') }} - - - - - - - {{ $t('commons.button.set') }} - - - - {{ $t('setting.bindDomainHelper') }} - + + + + + {{ $t('commons.button.set') }} + + + + + + + {{ $t('commons.button.set') }} + + + + {{ $t('setting.bindDomainHelper') }} + - - - {{ $t('setting.https') }} - - {{ $t('setting.domainOrIP') }} {{ sslInfo.domain }} - - {{ $t('setting.timeOut') }} {{ dateFormat('', '', sslInfo.timeout) }} - - - - {{ $t('commons.button.view') }} - - - - + + + {{ $t('setting.https') }} + + {{ $t('setting.domainOrIP') }} {{ sslInfo.domain }} + + {{ $t('setting.timeOut') }} {{ dateFormat('', '', sslInfo.timeout) }} + + + + {{ $t('commons.button.view') }} + + + + - - - - - {{ $t('commons.button.set') }} - - - - - - {{ $t('setting.timeoutHelper', [loadTimeOut()]) }} - - - {{ $t('setting.noneSetting') }} - - - - - - - {{ $t('setting.complexityHelper') }} - - + + + + + {{ $t('commons.button.set') }} + + + + + + {{ $t('setting.timeoutHelper', [loadTimeOut()]) }} + + + {{ $t('setting.noneSetting') }} + + + + + + + {{ $t('setting.complexityHelper') }} + + - - - - {{ $t('setting.mfaHelper') }} - - - - + + + + {{ $t('setting.mfaHelper') }} + + diff --git a/frontend/src/views/website/website/config/basic/other/index.vue b/frontend/src/views/website/website/config/basic/other/index.vue index 935650c380f9..6ac6b468139b 100644 --- a/frontend/src/views/website/website/config/basic/other/index.vue +++ b/frontend/src/views/website/website/config/basic/other/index.vue @@ -1,6 +1,6 @@ - +