Commit bc1b33a0 authored by youjie's avatar youjie

no message

parent 118c24c2
......@@ -88,7 +88,7 @@
<view class="scheduleHeaderBox">
<view class="scheduleTitle">
<headers textAlign="left" :title="pageTitle" color="#fff"></headers>
<view class="row justify-center items-center colorFFF"
<view class="PT10 row justify-center items-center colorFFF"
@click="BaseInfo.length>1?optionVisible=true:''">
<text class="fz36">{{ BaseInfo[currentIndex].TCNUMS }}</text>
<view class="triangle ML10" v-if="BaseInfo.length>1"></view>
......@@ -165,7 +165,7 @@
</scroll-view>
</view>
<view class="scheduleTitle fixed"
:style="{ opacity: boxOption + '%' }">
:style="{ opacity: boxOption + '%' ,'display':boxOption<=0?'none':'show'}">
<headers textAlign="left" :title="pageTitle" color="#fff"></headers>
<scroll-view class="scheduleTsBox" :scroll-x="true"
:scroll-left="scrollLeft"
......
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