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(); }); + +