历史搜索
@@ -510,9 +510,9 @@ const selectOption = (type, value) => {
}
border-radius: 8px 0 0 8px;
- box-shadow: none;
+ box-shadow: rgba(235, 235, 235, 1);
background-color: rgba(246, 246, 246, 1);
- border: 1px solid rgba(235, 235, 235, 1);
+ // border: 1px solid rgba(235, 235, 235, 1);
border-right: none;
.el-input__inner {
@@ -520,7 +520,7 @@ const selectOption = (type, value) => {
&::placeholder {
color: #7f7f7f;
- font-size:15px;
+ font-size: 15px;
}
}
}
@@ -589,14 +589,14 @@ const selectOption = (type, value) => {
.option-area {
flex-wrap: wrap;
- border-top: 1px solid #ebebeb;
overflow: hidden;
height: 0;
- transition: all .25s linear 0s;
+ transition: height .25s linear 0s;
&.option-area-unfold {
height: 335px;
+ border-top: 1px solid #ebebeb;
}
.option-left,