Commit fbe1daab authored by chicheng's avatar chicheng

积分管理调整

(cherry picked from commit 3c78e14b)
parent 0b590af1
......@@ -551,9 +551,9 @@
.order {
flex: 1;
background: #ffffff;
border-radius: 16rpx 100rpx 16rpx 16rpx;
margin-bottom: 60rpx;
margin-top: 28rpx;
border-radius: 16rpx;
margin-top: 20rpx;
margin-bottom: 32rpx;
padding-top: 30rpx;
}
......
......@@ -673,8 +673,8 @@
flex: 1;
background: #ffffff;
border-radius: 16rpx;
margin-bottom: 60rpx;
margin-top: 28rpx;
margin-top: 20rpx;
margin-bottom: 32rpx;
padding-top: 30rpx;
}
......
......@@ -13,11 +13,11 @@
</view>
<view class="middle view planout-block-item" v-if="!isQueryCollapsed">
<view class="text-block">
<text class="middle-date">积分获得明细编码</text>
<text class="middle-date">积分明细编码</text>
<input class="middle-date-des" type="text" v-model="queryForm.pointDetailId" placeholder="请输入" />
</view>
<view class="text-block">
<text class="middle-date">使用积分订单</text>
<text class="middle-date">使用积分订单</text>
<input class="middle-date-des" type="text" v-model="queryForm.usageOrderNumber" placeholder="请输入" />
</view>
<view class="text-block">
......@@ -92,7 +92,6 @@
</view>
</view>
<view class="middle view">
<text class="middle-title">{{ item.distributerName || '--' }}</text>
<view class="text-block-row">
<view class="text-block text-block-half">
<text class="middle-date-des">积分用途</text>
......@@ -533,8 +532,8 @@
flex: 1;
background: #ffffff;
border-radius: 16rpx;
margin-bottom: 60rpx;
margin-top: 28rpx;
margin-top: 20rpx;
margin-bottom: 32rpx;
padding-top: 30rpx;
}
......
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