story#6932,子公司车辆处置的系统需求,售出信息更为图片
This commit is contained in:
BIN
src/assets/secondHandCar/sellingInfo.png
Normal file
BIN
src/assets/secondHandCar/sellingInfo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.9 KiB |
@ -5,7 +5,8 @@
|
|||||||
<div class="navWrap">
|
<div class="navWrap">
|
||||||
<div v-if="isWebFunc()" style="opacity: 0;" class="back"></div>
|
<div v-if="isWebFunc()" style="opacity: 0;" class="back"></div>
|
||||||
<img v-else class="back" @click="h5GoBack" src="@/assets/secondHandCar/back.png" />
|
<img v-else class="back" @click="h5GoBack" src="@/assets/secondHandCar/back.png" />
|
||||||
<span class="title">售出信息</span>
|
<img class="navIcon" src="@/assets/secondHandCar/sellingInfo.png" />
|
||||||
|
<!-- <span class="title">售出信息</span>-->
|
||||||
<div style="opacity: 0;" class="back"></div>
|
<div style="opacity: 0;" class="back"></div>
|
||||||
</div>
|
</div>
|
||||||
<div class="audit" v-if="type=='revise' && status==9 && auditRemark">
|
<div class="audit" v-if="type=='revise' && status==9 && auditRemark">
|
||||||
@ -322,6 +323,9 @@ export default {
|
|||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
color: #203152;
|
color: #203152;
|
||||||
}
|
}
|
||||||
|
.navIcon{
|
||||||
|
@include wh(84px,21px);
|
||||||
|
}
|
||||||
.audit{
|
.audit{
|
||||||
@include wh(100%,43px);
|
@include wh(100%,43px);
|
||||||
background: #FFF7F4;
|
background: #FFF7F4;
|
||||||
|
Reference in New Issue
Block a user