优化弹出框

This commit is contained in:
shiyj1101 2021-06-24 11:38:39 +08:00
parent 913d742ff8
commit 6923f7ea71
2 changed files with 18 additions and 12 deletions

View File

@ -8,12 +8,16 @@
</button>
</div>
<div class="modal-body">
<tr align="center"><th>确定撤回该审核吗?</th></tr>
<br/>
<tr align="center">
<th><textarea v-model="shopCommunityWithdrawInfo.remark" rows="3" cols="4" placeholder="必填,请填写撤回意见"
class="form-control" style="font-size:14px;" >
</textarea></th></tr>
<div class="form-group row">
<label class="col-sm-3 col-form-label">撤回说明</label>
<div class="col-sm-9">
<textarea v-model="shopCommunityWithdrawInfo.remark" rows="3" cols="4" placeholder="必填,请填写撤回意见"
class="form-control" style="font-size:14px;" >
</textarea>
</div>
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal" v-on:click="closeShopCommunityWithdrawModel()">点错了</button>

View File

@ -8,12 +8,14 @@
</button>
</div>
<div class="modal-body">
<tr align="center"><th>确定撤回该审核吗?</th></tr>
<br/>
<tr align="center">
<th><textarea v-model="shopWithdrawInfo.remark" rows="3" cols="4" placeholder="必填,请填写撤回意见"
class="form-control" style="font-size:14px;" >
</textarea></th></tr>
<div class="form-group row">
<label class="col-sm-3 col-form-label">撤回说明</label>
<div class="col-sm-9">
<textarea v-model="shopWithdrawInfo.remark" rows="3" cols="4" placeholder="必填,请填写撤回意见"
class="form-control" style="font-size:14px;" >
</textarea>
</div>
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal" v-on:click="closeShopWithdrawModel()">点错了</button>