@@ -248,7 +248,7 @@
},
onUnitPriceChange: function () {
let price = this.sayPriceObj.unitPrice
- if (price >= 9999) {
+ if (price >= 10000) {
this.sayPriceObj.unitPrice = price.substring(0, 4)
} else if (price.indexOf('.') > -1) {
let arr = price.split('.')
@@ -597,7 +597,7 @@
input {
width: 32px;
height: 26px;
- padding: 0 0 0 3px;
+ padding: 0 0 0 6px;
}
&:nth-child(4) {
@@ -242,7 +242,7 @@
onUnitPriceInput: function () {
let price = this.applyObj.unitPrice
this.applyObj.unitPrice = price.substring(0, 4)