Commit 2573dd78 by 陈超

T

parent af7cba01
...@@ -324,7 +324,7 @@ div::-webkit-scrollbar { ...@@ -324,7 +324,7 @@ div::-webkit-scrollbar {
background: rgba(163,228,96,0.5); background: rgba(163,228,96,0.5);
} }
.tab_container { .tabs_container {
height: 2.25rem; height: 2.25rem;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
......
...@@ -113,7 +113,7 @@ ...@@ -113,7 +113,7 @@
</van-search> </van-search>
<div v-if="!showHistory" class="tab_container" style="margin-top: 0.5rem;"> <div v-if="!showHistory" class="tabs_container" style="margin-top: 0.5rem;">
<div @click="onTab(idx)" v-for="(opt, idx) in options" :key="idx" :class="idx == tab ? 'tab_item_selected' : 'tab_item_normal'"> <div @click="onTab(idx)" v-for="(opt, idx) in options" :key="idx" :class="idx == tab ? 'tab_item_selected' : 'tab_item_normal'">
<span>{{opt.title}}</span> <span>{{opt.title}}</span>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment