CN-1173: 检测功能UI开发

This commit is contained in:
刘洪洪
2023-08-03 18:47:18 +08:00
parent 238f452643
commit f71e27339d
24 changed files with 3671 additions and 103 deletions

View File

@@ -0,0 +1,94 @@
.detection-drawer {
padding: 20px;
height: 100%;
overflow: scroll;
.el-drawer {
width: 440px !important;
}
.el-collapse-item__content {
padding-bottom: 0 !important;
}
.el-overlay {
top: 100px !important;
background-color: rgba(0, 0, 0, 0.16) !important;
}
.detection-drawer-title, .basic-function-value, basic-description-value {
font-family: NotoSansSChineseRegular;
font-size: 14px;
color: #717171;
font-weight: 400;
line-height: 14px;
display: flex;
}
.drawer-basic {
.drawer-basic-header {
font-family: NotoSansHans-Black;
font-size: 16px;
color: #353636;
font-weight: 900;
margin-bottom: 20px;
.drawer-basic-id {
margin-bottom: 10px;
}
}
}
.drawer-basic-function, .drawer-basic-description {
margin-bottom: 20px;
}
.detection-drawer-title {
margin-bottom: 8px;
}
.basic-description-value {
font-family: NotoSansSChineseRegular;
font-size: 14px;
color: #353636;
line-height: 18px;
font-weight: 400;
}
.basic-function-value {
color: #046ECA;
}
.detection-drawer-collapse {
background: #FFFFFF;
border: 1px solid rgba(226, 229, 236, 1);
border-radius: 4px;
//box-shadow: 0 1px 0 0 rgba(226, 229, 236, 1);
.el-collapse-item__header {
height: 32px !important;
background-color: #F7F7F7 !important;
padding-left: 12px !important;
border-radius: 4px 4px 0 0;
}
.drawer-collapse-content {
padding: 20px 20px 0;
.detection__icon {
width: 4px;
height: 12px;
border-radius: 2px;
margin-right: 6px;
}
.drawer-collapse-trigger {
font-family: NotoSansSChineseRegular;
font-size: 14px;
color: #353636;
line-height: 18px;
font-weight: 400;
margin-bottom: 20px;
}
}
}
}