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 @@
- + diff --git a/frontend/src/styles/common.scss b/frontend/src/styles/common.scss index 33dc9cd3d..3d1495c6c 100644 --- a/frontend/src/styles/common.scss +++ b/frontend/src/styles/common.scss @@ -272,7 +272,7 @@ html { } .card-interval { - margin-top: 7px; + margin-top: 7px !important; } .p-w-300 { diff --git a/frontend/src/views/host/file-management/index.vue b/frontend/src/views/host/file-management/index.vue index 8108ae9e2..0be99e5cc 100644 --- a/frontend/src/views/host/file-management/index.vue +++ b/frontend/src/views/host/file-management/index.vue @@ -354,6 +354,8 @@ :data="data" @search="search" @sort-change="changeSort" + @cell-mouse-enter="showFavorite" + @cell-mouse-leave="hideFavorite" :heightDiff="300" > @@ -366,7 +368,7 @@ prop="name" >