|
@@ -1129,7 +1129,7 @@ export default {
|
|
|
border-radius: 30px !important;
|
|
|
padding-left: 5px;
|
|
|
background-color: transparent;
|
|
|
- height: 30px;
|
|
|
+ // height: 30px;
|
|
|
font-size: 12px;
|
|
|
color: #fff !important;
|
|
|
}
|
|
@@ -1149,13 +1149,13 @@ export default {
|
|
|
// margin-left: 5%;
|
|
|
border-radius: 30px;
|
|
|
border: 1px solid #fff;
|
|
|
- height: 30px;
|
|
|
+ // height: 30px;
|
|
|
margin-bottom: 10px;
|
|
|
}
|
|
|
.select-container.el-input {
|
|
|
width: 90%;
|
|
|
// margin-left: 5%;
|
|
|
- border-radius: 30px;
|
|
|
+ border-radius: 17px;
|
|
|
border: 1px solid #fff;
|
|
|
background-color: transparent;
|
|
|
height: 30px;
|