打开
@@ -534,11 +532,16 @@ const changeDraughtStatus = flag => {
.btn_wrap {
display: flex;
align-items: center;
+ background: #ddd;
+ padding: 6px;
+ border-radius: 30px;
+ .mg {
+ margin-right: 6px;
+ }
.open {
- margin-right: 10px;
- width: 87px;
- height: 45px;
- border-radius: 23px;
+ width: 67px;
+ height: 35px;
+ border-radius: 18px;
background: #06518b;
display: flex;
align-items: center;
@@ -553,9 +556,9 @@ const changeDraughtStatus = flag => {
background: #1ad66e;
}
.close {
- width: 87px;
- height: 45px;
- border-radius: 23px;
+ width: 67px;
+ height: 35px;
+ border-radius: 18px;
background: #ffffff;
display: flex;
align-items: center;