Commit b3a312b8 authored by youjie's avatar youjie

no message

parent 8e1f1f17
......@@ -23,7 +23,10 @@
style="flex:1;flex-shrink: 0;">
<div class="row no-wrap items-center">
<q-icon class="text-positive" name="arrow_upward"></q-icon>
<span class="text-weight-bold text-h6 q-ml-sm">¥23.0</span>
<div class="q-ml-xs">
<span class="text-weight-bold" :style="{'font-size':$q.platform.is.mobile?'15px':'16px'}">¥</span>
<span class="q-ml-sm text-weight-bold" :class="{'text-h5':$q.platform.is.desktop}" :style="{'font-size':$q.platform.is.mobile?'16px':'20px'}">23.0</span>
</div>
</div>
<div class="text-grey-13">{{$t('personal.trading')}}</div>
</div>
......@@ -32,7 +35,10 @@
style="flex:1;flex-shrink: 0;">
<div class="row no-wrap items-center">
<q-icon class="text-red-14" name="arrow_downward"></q-icon>
<span class="text-weight-bold text-h6 q-ml-sm">¥23.0</span>
<div class="q-ml-xs">
<span class="text-weight-bold" :style="{'font-size':$q.platform.is.mobile?'15px':'16px'}">¥</span>
<span class="q-ml-sm text-weight-bold" :class="{'text-h5':$q.platform.is.desktop}" :style="{'font-size':$q.platform.is.mobile?'16px':'20px'}">23.0</span>
</div>
</div>
<div class="text-grey-13">{{$t('personal.order')}}</div>
</div>
......@@ -40,7 +46,10 @@
style="flex:1;flex-shrink: 0;">
<div class="row no-wrap items-center">
<q-icon class="text-positive" name="arrow_upward"></q-icon>
<span class="text-weight-bold text-h6 q-ml-sm">¥23.0</span>
<div class="q-ml-xs">
<span class="text-weight-bold" :style="{'font-size':$q.platform.is.mobile?'15px':'16px'}">¥</span>
<span class="q-ml-sm text-weight-bold" :class="{'text-h5':$q.platform.is.desktop}" :style="{'font-size':$q.platform.is.mobile?'16px':'20px'}">23.0</span>
</div>
</div>
<div class="text-grey-13">{{$t('personal.cancel')}}</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