perf: 走查问题修复,layout布局更新

This commit is contained in:
rd
2025-09-01 17:00:40 +08:00
parent 8b44be2c7e
commit 3748d0b30b
10 changed files with 197 additions and 153 deletions

View File

@ -37,20 +37,20 @@ const isHomeRoute = computed(() => {
.navbar-wrap {
position: relative;
height: 100%;
&::before {
width: 100%;
height: 100%;
background: url('@/assets/img/icon-app-header-bg.png') center top no-repeat !important;
background-size: cover !important;
bottom: 0;
content: '';
display: block;
left: 0;
position: absolute;
right: 0;
top: 0;
z-index: -998;
}
// &::before {
// width: 100%;
// height: 100%;
// background: url('@/assets/img/icon-app-header-bg.png') center top no-repeat !important;
// background-size: cover !important;
// bottom: 0;
// content: '';
// display: block;
// left: 0;
// position: absolute;
// right: 0;
// top: 0;
// z-index: -998;
// }
// background-color: var(--color-bg-2);
// border-bottom: 1px solid var(--color-border);