fix: Detection模块按UI调整部分样式
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
align-items: flex-start;
|
||||
margin-bottom: 1px;
|
||||
padding-top: 18px;
|
||||
background-color: #F3F7FA;
|
||||
background-color: #EFF2F5;
|
||||
|
||||
span {
|
||||
transform: rotate(0);
|
||||
|
||||
Reference in New Issue
Block a user