perf: 样式调整

This commit is contained in:
rd
2025-08-29 17:01:54 +08:00
parent 7f493b8014
commit f9bc0e0187
3 changed files with 34 additions and 32 deletions

View File

@ -2,7 +2,7 @@
position: relative;
min-width: $layout-min-width;
min-height: 100vh;
// background: #fff;
background: #fff;
display: flex;
flex-direction: column;
// &::before {
@ -38,22 +38,22 @@
min-width: $layout-min-width;
.content {
height: $navbar-height;
// border-bottom: 1px solid var(--Border-1, #d7d7d9);
}
&::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;
border-bottom: 1px solid var(--Border-1, #d7d7d9);
}
// &::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;
// }
}
.cts {
color: #939499;

View File

@ -2,6 +2,7 @@
position: relative;
padding-top: $navbar-height;
min-width: $layout-min-width;
background-color: #fff;
.cts {
font-family: $font-family-regular;
font-size: 14px;
@ -19,24 +20,25 @@
top: 0;
z-index: 1000;
min-width: $layout-min-width;
background-color: #fff;
.content {
height: $navbar-height;
// border-bottom: 1px solid var(--Border-1, #d7d7d9);
}
&::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;
border-bottom: 1px solid var(--Border-1, #d7d7d9);
}
// &::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;
// }
}
.page-wrapper {
min-height: calc(100vh - $navbar-height);