Commit 6370200a authored by qipeng's avatar qipeng

样式修改

parent 429a0c3e
......@@ -146,16 +146,8 @@
<view></view>
</view> -->
<view class="title-label">订单信息</view>
<u-icon name="arrow-down" v-if="orderTypeNum==0" @click="orderTypeNum=1" style="line-height: 44rpx !important;
color: #999999 !important;
position: absolute !important;
right: 24rpx !important;
top: 24rpx !important;"></u-icon>
<u-icon name="arrow-up" v-if="orderTypeNum==1" @click="orderTypeNum=0" style="line-height: 44rpx !important;
color: #999999 !important;
position: absolute !important;
right: 24rpx !important;
top: 24rpx !important;"></u-icon>
<u-icon name="arrow-down" v-if="orderTypeNum==0" @click="orderTypeNum=1" style="color: #999999 !important;"></u-icon>
<u-icon name="arrow-up" v-if="orderTypeNum==1" @click="orderTypeNum=0" style="color: #999999 !important;"></u-icon>
</view>
<view class="mes-box" v-if="orderTypeNum==1">
<view class="box-case">
......@@ -843,8 +835,10 @@
.order-allType .alltype-title {
display: flex;
justify-content: space-between;
align-items: center;
height: 92rpx;
padding: 24rpx 24rpx 0 24rpx;
padding: 24rpx 24rpx 24rpx 24rpx;
box-shadow: 0rpx 2rpx 0rpx 2rpx rgba(0, 0, 0, 0.08);
position: relative;
}
......
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