.themeDark {
|
.page {
|
.page-container {
|
display: flex;
|
|
.page-container-left {
|
width: 220px;
|
min-height: calc(100vh - 148px);
|
border-right: 1px solid #1a235d;
|
background: #08234F;
|
|
.el-tree {
|
&.el-tree--highlight-current,
|
&:not(.el-tree--highlight-current) {
|
.el-tree-node {
|
.el-tree-node__content {
|
.el-tree-node__label,
|
span {
|
font-size: 14px !important;
|
}
|
}
|
|
.el-tree-node__expand-icon {
|
font-size: 14px !important;
|
}
|
}
|
}
|
}
|
|
.tree-container, .tree {
|
.el-tree-node__label,
|
.el-tree-node__content span {
|
font-size: 14px !important;
|
}
|
}
|
|
.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: #08234F;
|
border-radius: 0px;
|
height: 52px;
|
line-height: 52px;
|
margin: 0 16px;
|
display: flex;
|
align-items: center;
|
|
.el-form.el-form--inline {
|
margin-left: 10px;
|
display: flex;
|
align-items: center;
|
flex-wrap: nowrap;
|
width: 100%;
|
|
.el-form-item {
|
margin-right: 15px;
|
margin-bottom: 0;
|
height: 32px;
|
display: flex;
|
align-items: center;
|
|
&.is-required {
|
.el-form-item__label::before {
|
vertical-align: middle;
|
}
|
}
|
|
.el-form-item__label {
|
height: 32px;
|
line-height: 32px;
|
color: #ffffff;
|
}
|
|
.el-form-item__content {
|
display: flex;
|
align-items: center;
|
height: 32px;
|
line-height: 32px;
|
|
.el-input, .el-select, .el-date-editor {
|
height: 32px;
|
line-height: 32px;
|
}
|
|
.el-input__wrapper {
|
height: 32px;
|
}
|
|
.el-button {
|
height: 32px;
|
line-height: 32px;
|
padding-top: 0;
|
padding-bottom: 0;
|
}
|
}
|
}
|
}
|
}
|
|
.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: 220px;
|
min-height: calc(100vh - 148px);
|
border-right: 1px solid #e8e8e8;
|
background: #f1f4fa;
|
|
.el-tree {
|
&.el-tree--highlight-current,
|
&:not(.el-tree--highlight-current) {
|
.el-tree-node {
|
.el-tree-node__content {
|
.el-tree-node__label,
|
span {
|
font-size: 14px !important;
|
}
|
}
|
|
.el-tree-node__expand-icon {
|
font-size: 14px !important;
|
}
|
}
|
}
|
}
|
|
.tree-container, .tree {
|
.el-tree-node__label,
|
.el-tree-node__content span {
|
font-size: 14px !important;
|
}
|
}
|
|
.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;
|
background-color: #fff;
|
}
|
}
|
|
.form-card {
|
background: #fff;
|
border-radius: 0px;
|
height: 52px;
|
line-height: 52px;
|
margin: 0 16px;
|
display: flex;
|
align-items: center;
|
|
.el-form.el-form--inline {
|
margin-left: 10px;
|
display: flex;
|
align-items: center;
|
flex-wrap: nowrap;
|
width: 100%;
|
|
.el-form-item {
|
margin-right: 15px;
|
margin-bottom: 0;
|
height: 32px;
|
display: flex;
|
align-items: center;
|
|
.el-form-item__label {
|
height: 32px;
|
line-height: 32px;
|
}
|
|
.el-form-item__content {
|
display: flex;
|
align-items: center;
|
height: 32px;
|
line-height: 32px;
|
|
.el-input, .el-select, .el-date-editor {
|
height: 32px;
|
line-height: 32px;
|
}
|
|
.el-input__wrapper {
|
height: 32px;
|
}
|
|
.el-button {
|
height: 32px;
|
line-height: 32px;
|
padding-top: 0;
|
padding-bottom: 0;
|
}
|
}
|
}
|
}
|
}
|
|
.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;
|
}
|
}
|
|
}
|
|
// 删除之前添加的全局样式覆盖,避免影响全局
|
// 保留调试建议
|
/*
|
您可以在浏览器中使用以下内联样式进行调试:
|
document.querySelectorAll('.page-container-left .el-tree-node__label').forEach(el => {
|
el.style.cssText = 'font-size: 14px !important';
|
});
|
*/
|
|
.padding {
|
padding: 15px;
|
}
|