|
|
@@ -380,7 +380,7 @@ li {
|
|
|
color: #fff !important;
|
|
|
}
|
|
|
.menu {
|
|
|
- min-width: 220px;
|
|
|
+ min-width: 220px !important;
|
|
|
height: 36px;
|
|
|
border-radius: 18px;
|
|
|
border: 1px solid #ffffff;
|
|
|
@@ -396,7 +396,7 @@ li {
|
|
|
.el-radio-button__inner {
|
|
|
background-color: transparent;
|
|
|
color: #aaacad;
|
|
|
- width: 110px;
|
|
|
+ width: 108px !important;
|
|
|
height: 36px;
|
|
|
line-height: 18px;
|
|
|
border: 0;
|
|
|
@@ -406,7 +406,8 @@ li {
|
|
|
color: #fff;
|
|
|
background: #4dcc6f;
|
|
|
border-radius: 18px;
|
|
|
- border-color: #fff;
|
|
|
+ width: 108px !important;
|
|
|
+ // border-color: #fff;
|
|
|
font-weight: bold;
|
|
|
box-shadow: 0 0 0 0 #000000;
|
|
|
}
|