Skip to content

Commit

Permalink
style: Optimize the number field style
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhaoJiSen committed Oct 11, 2024
1 parent 5418363 commit b2e474e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
3 changes: 2 additions & 1 deletion src/components/Form/FormFields/PasswordRule.vue
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ export default {
type: 'input-number',
el: {
min: 8,
max: 36
max: 36,
size: 'mini'
}
},
{
Expand Down
5 changes: 0 additions & 5 deletions src/styles/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -439,11 +439,6 @@ input[type=file] {
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 {
font-weight: 400 !important;
font-family: "Open Sans", sans-serif;
Expand Down

0 comments on commit b2e474e

Please sign in to comment.