perf: 走查问题修复,layout布局更新
This commit is contained in:
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user