fix: 🐛 样式优化
This commit is contained in:
@@ -26,7 +26,7 @@
|
|||||||
>
|
>
|
||||||
<template #reference>
|
<template #reference>
|
||||||
<div
|
<div
|
||||||
class="cursor-pointer text-[#999] absolute-tr height-[32px] leading-[32px] px-1"
|
class="cursor-pointer text-[#999] absolute-rt height-[32px] leading-[32px] px-1"
|
||||||
@click="popoverVisible = !popoverVisible"
|
@click="popoverVisible = !popoverVisible"
|
||||||
>
|
>
|
||||||
<i-ep-caret-top v-show="popoverVisible" />
|
<i-ep-caret-top v-show="popoverVisible" />
|
||||||
|
|||||||
@@ -35,15 +35,8 @@ const cachedViews = computed(() => useTagsViewStore().cachedViews); // 缓存页
|
|||||||
padding-top: $navbar-height;
|
padding-top: $navbar-height;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hasTagsView {
|
.hasTagsView .fixed-header + .app-main {
|
||||||
.app-main,
|
padding-top: $navbar-height + $tags-view-height;
|
||||||
.fixed-header + .app-main {
|
|
||||||
min-height: calc(100vh - $navbar-height - $tags-view-height);
|
|
||||||
}
|
|
||||||
|
|
||||||
.fixed-header + .app-main {
|
|
||||||
padding-top: $navbar-height + $tags-view-height;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.layout-mix,
|
.layout-mix,
|
||||||
@@ -60,10 +53,15 @@ const cachedViews = computed(() => useTagsViewStore().cachedViews); // 缓存页
|
|||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hasTagsView .app-main,
|
.hasTagsView .app-main {
|
||||||
.hasTagsView .fixed-header + .app-main {
|
|
||||||
height: calc(100vh - $navbar-height - $tags-view-height);
|
height: calc(100vh - $navbar-height - $tags-view-height);
|
||||||
padding-top: $tags-view-height;
|
min-height: calc(100vh - $navbar-height - $tags-view-height);
|
||||||
|
}
|
||||||
|
|
||||||
|
.hasTagsView .fixed-header + .app-main {
|
||||||
|
height: calc(100vh - $navbar-height);
|
||||||
|
min-height: calc(100vh - $navbar-height);
|
||||||
|
padding-top: 34px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user