修改立减金组件样式

This commit is contained in:
wangsongsole 2022-07-25 14:26:55 +08:00
parent 3664455790
commit 9e12956b15
1 changed files with 25 additions and 0 deletions

View File

@ -20,6 +20,7 @@
width: auto !important; width: auto !important;
.couponShow { .couponShow {
width: 100%; width: 100%;
height: 90px; height: 90px;
@ -189,6 +190,18 @@
.zent-radio-group { .zent-radio-group {
margin-right: 20px; margin-right: 20px;
} }
.zent-select-v2 {
border-top: 0 !important;
border-left: 0 !important;
border-right: 0 !important;
border-radius: 0 !important;
&:hover,
.zent-select-v2-search:hover {
background-color: #F7F9FC;
}
}
} }
.boxTime:last-child { .boxTime:last-child {
@ -266,6 +279,18 @@
button { button {
margin-left: 10px; margin-left: 10px;
} }
.zent-select-v2 {
border-top: 0 !important;
border-left: 0 !important;
border-right: 0 !important;
border-radius: 0 !important;
&:hover,
.zent-select-v2-search:hover {
background-color: #F7F9FC !important;
}
}
} }
.userSelect { .userSelect {