|
@@ -90,9 +90,9 @@
|
|
>
|
|
>
|
|
<div class="addprice">
|
|
<div class="addprice">
|
|
已付定金
|
|
已付定金
|
|
- <template>
|
|
|
|
- {{ this.totalDeposit }}
|
|
|
|
- </template>
|
|
|
|
|
|
+ <div class="yifudingjin">
|
|
|
|
+ <template> {{ this.totalDeposit }} 元 </template>
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
<div class="addpricejine">增加金额</div>
|
|
<div class="addpricejine">增加金额</div>
|
|
<div style="width: 90%" class="zengjia">
|
|
<div style="width: 90%" class="zengjia">
|
|
@@ -120,9 +120,11 @@
|
|
>
|
|
>
|
|
<div class="returnprice">
|
|
<div class="returnprice">
|
|
可退定金
|
|
可退定金
|
|
- <template>
|
|
|
|
- {{ this.totalDeposit - this.freezingDeposit }}
|
|
|
|
- </template>
|
|
|
|
|
|
+ <div class="ketuidingjin">
|
|
|
|
+ <template>
|
|
|
|
+ {{ this.totalDeposit - this.freezingDeposit }} 元
|
|
|
|
+ </template>
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
<div class="returnpricejine">退回金额</div>
|
|
<div class="returnpricejine">退回金额</div>
|
|
<div style="width: 90%" class="tuihui">
|
|
<div style="width: 90%" class="tuihui">
|
|
@@ -705,7 +707,7 @@ export default {
|
|
margin-left: 20px;
|
|
margin-left: 20px;
|
|
}
|
|
}
|
|
.dialog-footer {
|
|
.dialog-footer {
|
|
- margin-top: 21px;
|
|
|
|
|
|
+ margin-top: 33px;
|
|
}
|
|
}
|
|
.el-range-editor--small.el-input__inner {
|
|
.el-range-editor--small.el-input__inner {
|
|
height: 32px;
|
|
height: 32px;
|
|
@@ -774,6 +776,8 @@ export default {
|
|
/deep/.dingjin {
|
|
/deep/.dingjin {
|
|
width: 98px;
|
|
width: 98px;
|
|
margin-left: 30px;
|
|
margin-left: 30px;
|
|
|
|
+ margin-bottom: -37px;
|
|
|
|
+ padding-top: 20px;
|
|
}
|
|
}
|
|
/deep/.el-textarea__inner {
|
|
/deep/.el-textarea__inner {
|
|
display: block;
|
|
display: block;
|
|
@@ -806,12 +810,26 @@ export default {
|
|
/deep/.addpricejine {
|
|
/deep/.addpricejine {
|
|
width: 98px;
|
|
width: 98px;
|
|
margin-left: 50px;
|
|
margin-left: 50px;
|
|
|
|
+ margin-bottom: -37px;
|
|
|
|
+ padding-top: 20px;
|
|
}
|
|
}
|
|
/deep/.returnpricejine {
|
|
/deep/.returnpricejine {
|
|
width: 98px;
|
|
width: 98px;
|
|
margin-left: 50px;
|
|
margin-left: 50px;
|
|
|
|
+ margin-bottom: -37px;
|
|
|
|
+ padding-top: 20px;
|
|
}
|
|
}
|
|
/deep/.typeselect .el-input__inner {
|
|
/deep/.typeselect .el-input__inner {
|
|
color: #8890b1;
|
|
color: #8890b1;
|
|
}
|
|
}
|
|
|
|
+/deep/.yifudingjin {
|
|
|
|
+ margin-left: 131px;
|
|
|
|
+ width: 70px;
|
|
|
|
+ margin-top: -31px;
|
|
|
|
+}
|
|
|
|
+/deep/.ketuidingjin {
|
|
|
|
+ margin-left: 131px;
|
|
|
|
+ width: 70px;
|
|
|
|
+ margin-top: -31px;
|
|
|
|
+}
|
|
</style>
|
|
</style>
|