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 @@