From 0ea142d6dbbe4ef3d8b9566f2bf4a7cddee956f3 Mon Sep 17 00:00:00 2001 From: see-more <107225647+see-more@users.noreply.github.com> Date: Wed, 11 Sep 2024 10:16:02 +0800 Subject: [PATCH] =?UTF-8?q?style:=E4=BC=98=E5=8C=96=E6=97=A5=E5=BF=97?= =?UTF-8?q?=E5=AE=A1=E8=AE=A1=E9=A1=B5=E9=9D=A2=E6=A0=B7=E5=BC=8F=20(#6441?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/styles/common.scss | 2 +- .../src/views/host/file-management/index.vue | 1 + frontend/src/views/log/operation/index.vue | 56 +++++++++---------- frontend/src/views/log/system/index.vue | 10 ++-- frontend/src/views/log/website/index.vue | 14 +++-- 5 files changed, 43 insertions(+), 40 deletions(-) diff --git a/frontend/src/styles/common.scss b/frontend/src/styles/common.scss index 779cac84d..9ec920ae5 100644 --- a/frontend/src/styles/common.scss +++ b/frontend/src/styles/common.scss @@ -188,10 +188,10 @@ html { width: 400px; text-align: center; font-size: 14px; + z-index: 1; .bt { margin-top: -2px; } - z-index: 1; } .table-button { diff --git a/frontend/src/views/host/file-management/index.vue b/frontend/src/views/host/file-management/index.vue index 5ddc38298..ded3dbd0d 100644 --- a/frontend/src/views/host/file-management/index.vue +++ b/frontend/src/views/host/file-management/index.vue @@ -1205,6 +1205,7 @@ onMounted(() => { .right-section { display: flex; align-items: center; + gap: 1rem; } .left-section > *:not(:first-child) { diff --git a/frontend/src/views/log/operation/index.vue b/frontend/src/views/log/operation/index.vue index 8e522a581..fb41a8e15 100644 --- a/frontend/src/views/log/operation/index.vue +++ b/frontend/src/views/log/operation/index.vue @@ -21,36 +21,32 @@ - - {{ $t('logs.resource') }} - - - - - - - - - - - - - - - {{ $t('commons.table.status') }} - - - - - - {{ $t('logs.deleteLogs') }} - + + + {{ $t('logs.resource') }} + + + + + + + + + + + + + + + {{ $t('commons.table.status') }} + + + + + + {{ $t('logs.deleteLogs') }} + + diff --git a/frontend/src/views/log/system/index.vue b/frontend/src/views/log/system/index.vue index 3b258920e..173c9f2c8 100644 --- a/frontend/src/views/log/system/index.vue +++ b/frontend/src/views/log/system/index.vue @@ -17,11 +17,11 @@ - - {{ $t('commons.button.log') }} - - - + + + {{ $t('commons.button.log') }} + + {{ $t('commons.button.watch') }} diff --git a/frontend/src/views/log/website/index.vue b/frontend/src/views/log/website/index.vue index f0da29cad..a24966aaf 100644 --- a/frontend/src/views/log/website/index.vue +++ b/frontend/src/views/log/website/index.vue @@ -20,7 +20,7 @@ - + {{ $t('website.website') }} - + {{ $t('commons.button.watch') }} - + {{ $t('file.download') }} - + {{ $t('logs.deleteLogs') }} @@ -158,3 +158,9 @@ onMounted(() => { getWebsites(); }); + +