小修改
This commit is contained in:
parent
51b047b11e
commit
37e359b6d9
@ -22,7 +22,7 @@
|
||||
style="height:48px;width:460px;"></el-input>
|
||||
</template>
|
||||
<div class="dis-f al-item pos-r">
|
||||
<div class="seach-hiosory-box scrollbar" :class="{ 'seach-history-h': historyShow }">
|
||||
<div class="seach-hiosory-box scrollbar">
|
||||
<div class="seach-history-info">
|
||||
<div v-if="historyArr.length != 0" style="margin-bottom: 30px;">
|
||||
<div class="title">历史搜索</div>
|
||||
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user