fix: Detection模块按UI调整部分样式

This commit is contained in:
刘洪洪
2022-11-15 17:00:12 +08:00
parent 5ecf096e40
commit 0a3cf92ce9
3 changed files with 30 additions and 4 deletions

View File

@@ -18,7 +18,7 @@
align-items: center;
padding-left: 10px;
color: #666;
background-color: #F3F7FA;
//background-color: #F3F7FA;
cursor: pointer;
span {
@@ -33,7 +33,18 @@
i.arrow-rotate {
transform: rotate(90deg) translate(2px, 3px);
}
.new-detection-filter-header-title {
font-size: 14px;
color: #353636;
font-weight: 600;
}
.new-detection-filter-icon {
margin-left: 8px;
margin-bottom: 2px;
font-weight: bold !important;
}
}
.filter__body {
padding: 5px 0 0 15px;
@@ -69,4 +80,17 @@
}
}
}
.new-detection-filter-title {
display: flex;
flex: 0 0 32px;
align-items: center;
padding-left: 27px;
background-color: #EFF2F5;
cursor: pointer;
font-size: 14px;
color: #353636;
font-weight: 600;
margin: -10px;
margin-bottom: 10px;
}
}

View File

@@ -8,7 +8,7 @@
align-items: flex-start;
margin-bottom: 1px;
padding-top: 18px;
background-color: #F3F7FA;
background-color: #EFF2F5;
span {
transform: rotate(0);