Commit e2fcec46 authored by miaojiale's avatar miaojiale

修改数字类型

parent 71d53ef1
......@@ -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 {
......
......@@ -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"
></el-input-number>
<span
......@@ -960,7 +960,8 @@ export default {
}
::v-deep .el-input-number .el-input__inner {
padding: 0 2px !important;
padding: 0 15px !important;
text-align: left;
}
.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