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