style: Optimize the number field style

This commit is contained in:
zhaojisen
2024-10-11 18:15:46 +08:00
parent 541836390a
commit b2e474e3f6
2 changed files with 2 additions and 6 deletions

View File

@@ -48,7 +48,8 @@ export default {
type: 'input-number', type: 'input-number',
el: { el: {
min: 8, min: 8,
max: 36 max: 36,
size: 'mini'
} }
}, },
{ {

View File

@@ -439,11 +439,6 @@ input[type=file] {
font-size: 13px; font-size: 13px;
} }
.el-form .el-input__inner, .el-dialog__body .el-input-number .el-input__inner {
height: 34px;
font-size: 13px;
}
.el-input input::placeholder { .el-input input::placeholder {
font-weight: 400 !important; font-weight: 400 !important;
font-family: "Open Sans", sans-serif; font-family: "Open Sans", sans-serif;