From af2b53412d2627288b2b8d65b239cc1a4fd8a89e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=98=AD?= <81747598+lan-yonghui@users.noreply.github.com> Date: Wed, 7 May 2025 17:41:39 +0800 Subject: [PATCH] style: Optimize page style (#8562) --- .../src/components/layout-content/index.vue | 2 +- frontend/src/layout/components/Tabs/index.vue | 3 +++ frontend/src/layout/index.vue | 2 +- frontend/src/styles/common.scss | 2 +- .../src/views/host/file-management/index.vue | 22 ++++++++++--------- frontend/src/views/website/website/index.vue | 8 ++++--- 6 files changed, 23 insertions(+), 16 deletions(-) diff --git a/frontend/src/components/layout-content/index.vue b/frontend/src/components/layout-content/index.vue index ba38b78ba..1bbc21cad 100644 --- a/frontend/src/components/layout-content/index.vue +++ b/frontend/src/components/layout-content/index.vue @@ -127,7 +127,7 @@ const showBack = computed(() => { } .content-container__main { - margin-top: 7px; + margin-top: 10px; } .prompt { diff --git a/frontend/src/layout/components/Tabs/index.vue b/frontend/src/layout/components/Tabs/index.vue index 18ddc5578..7a6a03476 100644 --- a/frontend/src/layout/components/Tabs/index.vue +++ b/frontend/src/layout/components/Tabs/index.vue @@ -80,4 +80,7 @@ const dropdownVisibleChange = (visible, tabPath) => { :deep(.el-tabs__header) { margin: 0; } +.common-tabs { + margin-bottom: 7px; +} diff --git a/frontend/src/layout/index.vue b/frontend/src/layout/index.vue index d2ed7d345..e75655a11 100644 --- a/frontend/src/layout/index.vue +++ b/frontend/src/layout/index.vue @@ -2,7 +2,7 @@