Commit 14425278 by 陈超

A

parent 9804f47d
......@@ -1030,4 +1030,9 @@ div::-webkit-scrollbar {
top: 2.75rem;
width: 100%;
height: 2.25rem;
}
.order_inner_tab_container {
position: relative;
padding-top: 2.25rem;
}
\ No newline at end of file
......@@ -24,7 +24,7 @@
{{opt.title}}
</span>
<div class="layout_v" style="position: relative;padding-top: 2.25rem;">
<div class="layout_v" :class="opt.options ? 'order_inner_tab_container' : ''">
<div v-if="opt.options" class="layout_h order_inner_tab" style="background: white;z-index: 220;">
<div v-for="(innerOpt, idx) in opt.options" :key="idx" @click="onInnerTab(idx)" class="layout_center weight_full" :class="innerTab == idx ? 'zhenti_tab_selected' : 'zhenti_tab_normal'">{{innerOpt.title}}</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