Commit e2fcec46 authored by miaojiale's avatar miaojiale

修改数字类型

parent 71d53ef1
...@@ -408,6 +408,7 @@ export default { ...@@ -408,6 +408,7 @@ export default {
} }
::v-deep .el-input-number .el-input__inner { ::v-deep .el-input-number .el-input__inner {
text-align: left;
padding: 0 2px !important; padding: 0 2px !important;
} }
::v-deep .el-input .el-input__inner { ::v-deep .el-input .el-input__inner {
......
...@@ -159,7 +159,7 @@ ...@@ -159,7 +159,7 @@
:precision="item.precision" :precision="item.precision"
:min="item.minRows" :min="item.minRows"
:max="item.maxRows" :max="item.maxRows"
style="display: table-cell" style="display: table-cell; text-align: left"
@blur="handleBlur" @blur="handleBlur"
></el-input-number> ></el-input-number>
<span <span
...@@ -960,7 +960,8 @@ export default { ...@@ -960,7 +960,8 @@ export default {
} }
::v-deep .el-input-number .el-input__inner { ::v-deep .el-input-number .el-input__inner {
padding: 0 2px !important; padding: 0 15px !important;
text-align: left;
} }
.el-radio { .el-radio {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment