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