Commit 2cf8e49c authored by youjie's avatar youjie

no message

parent 3ec42fec
......@@ -20,7 +20,7 @@
</div>
<div
class="row items-center"
:class="{'q-pa-md':$q.platform.is.desktop,'q-pa-sm justify-between':$q.platform.is.mobile}"
:class="{'q-pa-md':$q.platform.is.desktop,'q-py-sm q-px-xs justify-between':$q.platform.is.mobile}"
style="border-top: 1px solid #eee"
>
<span class="f12" v-if="$q.platform.is.desktop">{{$t('v103.scheduledTrip.sort')}}</span>
......
......@@ -688,7 +688,7 @@
<div :class="{'col-3 q-mr-lg':$q.platform.is.desktop}">
<search></search>
</div>
<div :class="{'col q-mt-sm':$q.platform.is.desktop,}">
<div :class="{'col q-mt-sm':$q.platform.is.desktop,'q-px-sm':$q.platform.is.mobile,}">
<rightList></rightList>
</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