Style:订单更多按钮字体调整
This commit is contained in:
@@ -107,7 +107,7 @@
|
|||||||
<view class="group-btn"
|
<view class="group-btn"
|
||||||
v-if="(Number(order._status._type) === 2 || Number(order._status._type) === 3) &&
|
v-if="(Number(order._status._type) === 2 || Number(order._status._type) === 3) &&
|
||||||
order.isTickets === 0">
|
order.isTickets === 0">
|
||||||
<text class="btn-more v12-font-24" @click.stop="tapShowMore(order,orderListIndex)">更多</text>
|
<text class="btn-more v12-font-28 v12-font-bold" @click.stop="tapShowMore(order,orderListIndex)">更多</text>
|
||||||
<view class="group-float" v-show="order.showMore">
|
<view class="group-float" v-show="order.showMore">
|
||||||
<view class="btn btn-service flex jc-center ai-center v12-font-24" @click="goRoom(order)"
|
<view class="btn btn-service flex jc-center ai-center v12-font-24" @click="goRoom(order)"
|
||||||
v-if="order.merName">联系商家
|
v-if="order.merName">联系商家
|
||||||
|
|||||||
Reference in New Issue
Block a user