小修改

This commit is contained in:
A1300399510
2023-08-02 17:55:51 +08:00
parent 51b047b11e
commit 37e359b6d9

View File

@@ -22,7 +22,7 @@
style="height:48px;width:460px;"></el-input> style="height:48px;width:460px;"></el-input>
</template> </template>
<div class="dis-f al-item pos-r"> <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 class="seach-history-info">
<div v-if="historyArr.length != 0" style="margin-bottom: 30px;"> <div v-if="historyArr.length != 0" style="margin-bottom: 30px;">
<div class="title">历史搜索</div> <div class="title">历史搜索</div>
@@ -510,9 +510,9 @@ const selectOption = (type, value) => {
} }
border-radius: 8px 0 0 8px; border-radius: 8px 0 0 8px;
box-shadow: none; box-shadow: rgba(235, 235, 235, 1);
background-color: rgba(246, 246, 246, 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; border-right: none;
.el-input__inner { .el-input__inner {
@@ -589,14 +589,14 @@ const selectOption = (type, value) => {
.option-area { .option-area {
flex-wrap: wrap; flex-wrap: wrap;
border-top: 1px solid #ebebeb;
overflow: hidden; overflow: hidden;
height: 0; height: 0;
transition: all .25s linear 0s; transition: height .25s linear 0s;
&.option-area-unfold { &.option-area-unfold {
height: 335px; height: 335px;
border-top: 1px solid #ebebeb;
} }
.option-left, .option-left,