From e2fcec46ff21c3028b9aaadab067f8d9fa6f64cf Mon Sep 17 00:00:00 2001 From: miaojiale <1123971748@qq.com> Date: Tue, 14 Feb 2023 16:21:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=95=B0=E5=AD=97=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/DentalTabForm/FormItemSelf.vue | 1 + src/components/FormComponents/CustomForm/FormItemSelf.vue | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/components/DentalTabForm/FormItemSelf.vue b/src/components/DentalTabForm/FormItemSelf.vue index fc0f48d..9a3f48a 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 7e7c311..13bd570 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" >