This commit is contained in:
kbing1981 2024-08-20 10:23:52 +08:00
parent 30526b4694
commit 8584bd78b6
2 changed files with 4 additions and 3 deletions

View File

@ -1646,12 +1646,13 @@
<span @click="closePopupJ(type)">x</span>
</view>-->
<view class="popup-head">
<view class="popup-title">拒单申请原因</view>
<image src="../../static/closeimg.png" class="popup-img" @click="closePopupJ(type)"></image>
</view>
<view class="popup-mian">
<view class="popup-view">
<view class="beizhu">
<view class="popup-title">拒单申请原因</view>
<textarea class="beizhu-textarea" @input="refusa" placeholder="拒绝申请原因,请在此输入" name=""
id="" cols="30" rows="10"></textarea>
</view>
@ -2892,7 +2893,7 @@
font-weight: bold;
font-size: 29rpx;
color: #333333;
margin-bottom: 10px;
margin-left: 10px;
}
.fuwu,
@ -2954,7 +2955,7 @@
width: 55rpx;
height: 55rpx;
position: absolute;
right: 22rpx;
right:30rpx;
}
.popup-head span:nth-child(1) {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB

After

Width:  |  Height:  |  Size: 4.8 KiB