Commit 5f15d6bb authored by youjie's avatar youjie

no message

parent f2cdd527
......@@ -6,9 +6,10 @@
<q-separator color="grey-3" class="q-my-sm" />
<div
style="padding: 15px 0 0 0;"
:class="[$q.platform.is.desktop?'row justify-between':'column reverse']">
<div v-if="$q.platform.is.mobile" class="text-center fz16 q-py-md" @click="isShow=!isShow"
style="border: 1px dashed #E0E0E0;">
:class="[$q.platform.is.desktop?'row justify-between':'column reverse']">
<!-- style="border: 1px dashed #E0E0E0;" -->
<div class="col">
<div v-if="$q.platform.is.mobile" class="text-center fz16 q-pb-md" @click="isShow=!isShow">
{{$t('v104.passbook.viewdetails')}}<q-icon
:name="isShow ? 'keyboard_arrow_up' : 'keyboard_arrow_down'" class="q-ml-sm text-grey-6"
size="25px"
......@@ -19,11 +20,13 @@
appear
enter-active-class="animated fadeInUp"
leave-active-class="animated fadeInDown"
>
>
<div class="column col rebate-left fz14"
:style="{'padding':$q.platform.is.desktop?'0 30px 0 30px':''}">
<div class="row items-center left-text text-grey-9"
:class="[$q.platform.is.desktop?'':'q-py-sm active']">
:class="[$q.platform.is.desktop?'':'q-py-md active']"
:style="{'border-top':$q.platform.is.desktop?'':'1px solid #EEEEEE'}">
<div>{{$t('v104.passbook.col.title1')}}{{$q.platform.is.desktop?$t('v104.passbook.col.title01'):''}}</div><div>{{$t('v104.passbook.col.title2')}}</div>
<div>{{$t('v104.passbook.col.title3')}}</div><div>{{$t('v104.passbook.col.title4')}}</div>
</div>
......@@ -46,6 +49,7 @@
</div>
</transition>
</div>
<div class="rebate-right column"
:class="[$q.platform.is.desktop?'col-4 q-px-lg':'col']"
:style="{'padding':$q.platform.is.desktop?'0 30px 0 30px':''}">
......
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