Commit ec64f3b4 authored by zhangjianguo's avatar zhangjianguo

q

parent bcbf0195
......@@ -106,7 +106,7 @@
</view>
<view style="margin-top: 40rpx;" class="block">
<view class="good-title">申诉原因</view>
<view class="reason">{{ d.remark }}</view>
<view class="reason">{{ d.Remark }}</view>
<view class="grid-reasion">
<image
v-for="(x, i) in d.VoucherList"
......
......@@ -355,6 +355,8 @@ export default {
.refunds .apply .content {
margin: 40rpx 0 40rpx 0;
position: relative;
overflow: hidden;
background: #f5f5f5;
}
.refunds .apply .content .maxnum {
font-size: 24rpx;
......@@ -365,12 +367,13 @@ export default {
}
.refunds .apply .content textarea {
height: 140rpx;
background: #f5f5f5;
padding: 15px;
padding: 15px 15px;
font-size: 26rpx;
color: #000;
line-height: 1.5;
border-radius: 6rpx;
}
.refunds .apply .upload {
margin-bottom: 20rpx;
......
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