diff --git a/src/components/DentalTabForm/FormItemSelf.vue b/src/components/DentalTabForm/FormItemSelf.vue index fc0f48daea3d5765c0d3c6bb4382ed3ce5c0139e..9a3f48a4d9d4fefd4b5353da9ad1662eb3bfa850 100644 --- a/src/components/DentalTabForm/FormItemSelf.vue +++ b/src/components/DentalTabForm/FormItemSelf.vue @@ -408,6 +408,7 @@ export default { } ::v-deep .el-input-number .el-input__inner { + text-align: left; padding: 0 2px !important; } ::v-deep .el-input .el-input__inner { diff --git a/src/components/FormComponents/CustomForm/FormItemSelf.vue b/src/components/FormComponents/CustomForm/FormItemSelf.vue index 7e7c311ff8bc11d38dd089010d246e4fe0b34073..13bd570af9171949db140a4af3119ba9af756029 100644 --- a/src/components/FormComponents/CustomForm/FormItemSelf.vue +++ b/src/components/FormComponents/CustomForm/FormItemSelf.vue @@ -159,7 +159,7 @@ :precision="item.precision" :min="item.minRows" :max="item.maxRows" - style="display: table-cell" + style="display: table-cell; text-align: left" @blur="handleBlur" >