.themeDark {
|
.page {
|
.page-container {
|
display: flex;
|
|
.page-container-left {
|
width: 280px;
|
min-height: calc(100vh - 148px);
|
border-right: 1px solid #1a235d;
|
background: #1F1C49;
|
|
.tree {
|
height: calc(100vh - 170px);
|
max-height: calc(100vh - 170px);
|
overflow-y: auto;
|
}
|
}
|
|
|
.page-container-right {
|
flex: 1;
|
border-radius: 0px 0px 0px 0px;
|
overflow: hidden;
|
padding-bottom: 15px;
|
}
|
}
|
|
.form-card {
|
background: #1a235d;
|
border-radius: 0px 0px 0px 0px;
|
border: 1px solid #000000;
|
padding: 18px 0 0 15px;
|
}
|
|
.table-bg-style {
|
margin-top: 12px;
|
.theme-dark-mt20 {
|
margin-top: 20px;
|
}
|
}
|
|
.tree {
|
// padding: 20px;
|
margin-top: 2px;
|
overflow: hidden;
|
}
|
}
|
|
.chart-box {
|
width: 100%;
|
height: 320px;
|
padding-top: 12px;
|
|
div {
|
width: 100%;
|
height: 100%;
|
}
|
}
|
|
.table-box {
|
margin: 0;
|
|
.table-title-box {
|
font-weight: bold;
|
font-size: 22px;
|
color: #fffefe;
|
line-height: 29px;
|
text-align: center;
|
display: flex;
|
justify-content: space-between;
|
margin-top: 23px;
|
|
font-family: OPPOSans, OPPOSans;
|
font-weight: 500;
|
font-size: 16px;
|
}
|
}
|
|
}
|
|
.themeLight {
|
.page {
|
.page-container {
|
display: flex;
|
|
.page-container-left {
|
width: 280px;
|
min-height: calc(100vh - 148px);
|
border-right: 1px solid #fff;
|
background: #f1f4fa;
|
|
// border-right: 1px solid #1a235d;
|
.tree {
|
height: calc(100vh - 170px) !important;
|
max-height: calc(100vh - 170px) !important;
|
overflow-y: auto;
|
}
|
}
|
|
.page-container-right {
|
flex: 1;
|
border-radius: 0px 0px 0px 0px;
|
overflow: hidden;
|
padding-bottom: 15px;
|
background-color: #fff;
|
}
|
}
|
|
.form-card {
|
background: #fff;
|
// background: #F7F8FA;
|
border-radius: 0px 0px 0px 0px;
|
// border: 1px solid #000000;
|
padding: 18px 0 0 15px;
|
}
|
|
.table-bg-style {
|
background-color: #fff;
|
padding-top: 12px;
|
margin-top: 12px;
|
}
|
|
.tree {
|
// padding: 20px;
|
margin-top: 2px;
|
overflow: hidden;
|
}
|
}
|
|
.chart-box {
|
width: 100%;
|
height: 320px;
|
padding-top: 12px;
|
|
div {
|
width: 100%;
|
height: 100%;
|
}
|
}
|
|
.table-box {
|
margin: 10px 20px;
|
|
.table-title-box {
|
font-weight: bold;
|
font-size: 22px;
|
color: #000;
|
line-height: 29px;
|
text-align: center;
|
display: flex;
|
justify-content: space-between;
|
margin-top: 23px;
|
|
font-family: OPPOSans, OPPOSans;
|
font-weight: 500;
|
font-size: 16px;
|
}
|
}
|
|
}
|
|
.padding {
|
padding: 15px;
|
}
|