Merge remote-tracking branch 'origin/feature/v1.3_主agent_rxd' into test
This commit is contained in:
@ -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;
|
||||
|
||||
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user