-
+
30%
@@ -460,6 +536,11 @@ function onCheckChange(checked: any, item: any) {
&-form {
display: flex;
justify-content: space-between;
+ align-items: center;
+ background: #FFF;
+ box-sizing: border-box;
+ border-radius: 3px;
+ height: 36px;
&-dropdown {
display: flex;
@@ -483,6 +564,7 @@ function onCheckChange(checked: any, item: any) {
justify-content: center;
color: #FFF;
margin-left: 18px;
+ cursor: pointer;
}
div {
@@ -539,7 +621,7 @@ function onCheckChange(checked: any, item: any) {
.scroll {
overflow-y: scroll;
- height: calc(100vh - 282px);
+ height: calc(100vh - 320px);
}
}
}