Commit ec64f3b4 authored by zhangjianguo's avatar zhangjianguo

q

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