|
|
@@ -48,7 +48,8 @@
|
|
|
prop="payableTotalPrice"
|
|
|
>
|
|
|
<el-input-number disabled v-model="form.payableTotalPrice" :precision="2" :controls="false"
|
|
|
- style="width: 100%"
|
|
|
+ style="width: 100%; text-align: left;"
|
|
|
+ class="payable-amount-input"
|
|
|
:min="0"></el-input-number>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
@@ -274,6 +275,10 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+:deep(.payable-amount-input .el-input__inner) {
|
|
|
+ text-align: left;
|
|
|
+}
|
|
|
+
|
|
|
.headbox {
|
|
|
display: flex;
|
|
|
justify-content: flex-start;
|