Merge remote-tracking branch 'origin/feature/v1.3_主agent_rxd' into test
This commit is contained in:
@ -176,7 +176,7 @@ export default defineComponent({
|
|||||||
)}
|
)}
|
||||||
<div class="flex flex-col flex-1">
|
<div class="flex flex-col flex-1">
|
||||||
<div class="menu-list flex-1">{renderMenuList()}</div>
|
<div class="menu-list flex-1">{renderMenuList()}</div>
|
||||||
<div class="flex justify-end items-center">
|
<div class="flex justify-center items-center">
|
||||||
<div
|
<div
|
||||||
class="flex fold-btn items-center cursor-pointer"
|
class="flex fold-btn items-center cursor-pointer"
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
position: relative;
|
position: relative;
|
||||||
min-width: $layout-min-width;
|
min-width: $layout-min-width;
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
// background: #fff;
|
background: #fff;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
// &::before {
|
// &::before {
|
||||||
@ -38,22 +38,22 @@
|
|||||||
min-width: $layout-min-width;
|
min-width: $layout-min-width;
|
||||||
.content {
|
.content {
|
||||||
height: $navbar-height;
|
height: $navbar-height;
|
||||||
// border-bottom: 1px solid var(--Border-1, #d7d7d9);
|
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;
|
|
||||||
}
|
}
|
||||||
|
// &::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 {
|
.cts {
|
||||||
color: #939499;
|
color: #939499;
|
||||||
|
|||||||
@ -2,6 +2,7 @@
|
|||||||
position: relative;
|
position: relative;
|
||||||
padding-top: $navbar-height;
|
padding-top: $navbar-height;
|
||||||
min-width: $layout-min-width;
|
min-width: $layout-min-width;
|
||||||
|
background-color: #fff;
|
||||||
.cts {
|
.cts {
|
||||||
font-family: $font-family-regular;
|
font-family: $font-family-regular;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
@ -19,24 +20,25 @@
|
|||||||
top: 0;
|
top: 0;
|
||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
min-width: $layout-min-width;
|
min-width: $layout-min-width;
|
||||||
|
background-color: #fff;
|
||||||
.content {
|
.content {
|
||||||
height: $navbar-height;
|
height: $navbar-height;
|
||||||
// border-bottom: 1px solid var(--Border-1, #d7d7d9);
|
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;
|
|
||||||
}
|
}
|
||||||
|
// &::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 {
|
.page-wrapper {
|
||||||
min-height: calc(100vh - $navbar-height);
|
min-height: calc(100vh - $navbar-height);
|
||||||
|
|||||||
Reference in New Issue
Block a user