Commit 431e3d6f authored by xiejb's avatar xiejb

样式调整

parent c3a40599
......@@ -231,6 +231,10 @@ export default {
// overflow: auto;
-webkit-overflow-scrolling: touch;
padding: 10PX;
.list {
// height: 100%;
min-height: 100%;
}
.orderItem{
// height: 250PX;
background-color: white;
......
......@@ -12,7 +12,7 @@
<!-- <div class="dian"></div> -->
<!-- <div class="numType"><span>{{item.orderStatus}}</span></div> -->
<div class="numType">
<van-button :color="orderTypeColor(item)" plain size="mini" type="info">{{item.orderStatus}}</van-button>
<van-button style="opacity: 1;" disabled :color="orderTypeColor(item)" plain size="mini" type="info">{{item.orderStatus}}</van-button>
</div>
</div>
<div class="divider"></div>
......@@ -43,9 +43,9 @@
</div>
<van-divider :style="{ color: '#999999', borderColor: '#999999', margin: '10PX 0 10PX 0'}"/>
<div class="btnInfo" style="text-align: right;">
<van-button v-if="item.isInvoice === 'TRUE'" @click="btnAction('invoice')" style="border-radius: 5PX;" plain size="small" type="info">查看发票</van-button>
<van-button v-if="item.isDelivered === 'TRUE'" @click="btnAction('logistics')" style="border-radius: 5PX;" plain size="small" type="info">查看物流</van-button>
<van-button v-if="item.isWeb === 'TRUE'" @click="btnAction('clearance')" style="border-radius: 5PX;" plain size="small" type="info">清货单</van-button>
<van-button v-if="item.isInvoice === 'TRUE'" @click="btnAction('invoice')" style="border-radius: 5PX;height: 25PX; line-height: 25PX" plain size="small" type="info">查看发票</van-button>
<van-button v-if="item.isDelivered === 'TRUE'" @click="btnAction('logistics')" style="border-radius: 5PX;height: 25PX; line-height: 25PX" plain size="small" type="info">查看物流</van-button>
<van-button v-if="item.isWeb === 'TRUE'" @click="btnAction('clearance')" style="border-radius: 5PX;height: 25PX; line-height: 25PX" plain size="small" type="info">清货单</van-button>
</div>
</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