积分审核调整位置

This commit is contained in:
aixianling
2022-05-13 15:41:09 +08:00
parent e3154ca073
commit a6feb5a637
3 changed files with 10 additions and 10 deletions

View File

@@ -8,7 +8,7 @@
<div class="detail-area">
<div class="time">{{ form.createTime }}</div>
<div class="address" v-if="form.areaId">
<img src="./img/address.png" alt="">
<img src="img/address.png" alt="">
<span>{{ form.areaName }}</span>
</div>
</div>
@@ -54,7 +54,7 @@
<!-- 不通过 -->
<div class="reject" v-else>
<div><span style="color:#FF4466;">*</span>不通过理由</div>
<textarea class="reasons" placeholder="请输入不通过理由" :maxlength="500"
<textarea class="reasons" placeholder="请输入不通过理由" :maxlength="500"
v-model="data.auditOpinion"></textarea>
<div class="tips">{{ data.auditOpinion.length }}/500</div>
</div>
@@ -70,7 +70,7 @@
<!-- 已审核 -->
<div class="readOnly" v-else>
<!-- 通过 -->
<div v-if="form.auditStatus==1">
<div v-if="form.auditStatus==1">
<div class="item">
<div>积分审核</div>
<div>通过</div>
@@ -228,7 +228,7 @@ export default {
onShow() {
document.title = '积分审核详情'
},
}
</script>
@@ -289,7 +289,7 @@ export default {
}
.detail-img {
img {
width: 220px;
height: 220px;
@@ -303,7 +303,7 @@ export default {
.integral {
font-size: 32px;
.result {
padding: 20px 30px;
box-sizing: border-box;
@@ -313,7 +313,7 @@ export default {
.options {
display: flex;
justify-content: space-between;
.opts-item {
width: 45%;
height: 112px;
@@ -418,7 +418,7 @@ export default {
border-bottom: none;
}
}
.saveBtn {
position: fixed;
bottom: 0;
@@ -430,6 +430,6 @@ export default {
color: #FFFFFF;
text-align: center;
}
}
</style>
</style>

View File

Before

Width:  |  Height:  |  Size: 863 B

After

Width:  |  Height:  |  Size: 863 B