fix: 统一命名

This commit is contained in:
chenjinsong
2023-03-09 10:14:05 +08:00
parent 32a04eec4c
commit 476c49b08f
6 changed files with 20 additions and 19 deletions

View File

@@ -1,21 +1,22 @@
.cn-builtin {
.cn-report {
background: #fff;
margin: 10px;
height: calc(100% - 20px) !important;
display: flex;
flex-direction: row;
.cn-builtin-left {
.cn-report-left {
width: 288px;
height: 100%;
border-right: 1px solid #E7EAED;
position: relative;
.cn-builtin-left-title {
overflow: auto;
.cn-report-left-title {
padding: 28px 0 26px 13px;
font-size: 16px;
color: #333333;
letter-spacing: 0;
}
.cn-builtin-left-menu {
.cn-report-left-menu {
width: 250px;
word-break: normal;
margin: auto;
@@ -25,13 +26,13 @@
padding: 14px;
cursor: pointer;
}
.cn-builtin-left-menu.cn-active {
.cn-report-left-menu.cn-active {
background: #F4FAFF;
border-radius: 2px;
color: #0091FF;
}
}
.cn-builtin-right {
.cn-report-right {
flex: 1;
.list-page .main-container {
padding: 0;