增加咨询右下角组件
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
<div class="dis-f al-item pos-r">
|
||||
<div class="seach-hiosory-box scrollbar" :class="{ 'seach-history-h': historyShow }">
|
||||
<div class="seach-history-info">
|
||||
<div>
|
||||
<div v-if="historyArr.length != 0" style="margin-bottom: 30px;">
|
||||
<div class="title">历史搜索</div>
|
||||
<div class="info-box">
|
||||
<div v-for="(item, i) in historyArr" :key="i" class="btn"
|
||||
@@ -32,7 +32,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div style="margin-top:30px;">
|
||||
<div>
|
||||
<div class="title">热门推荐</div>
|
||||
<div class="info-box">
|
||||
<div v-for="(item, i) in hotArr.data" :key="i" class="btn"
|
||||
@@ -516,7 +516,6 @@ const selectOption = (type, value) => {
|
||||
.option-area {
|
||||
flex-wrap: wrap;
|
||||
border-top: 1px solid #ebebeb;
|
||||
height: 0;
|
||||
overflow: hidden;
|
||||
|
||||
.option-left,
|
||||
|
||||
Reference in New Issue
Block a user