mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-25 14:25:23 +00:00
style: Optimize the number field style
This commit is contained in:
@@ -48,7 +48,8 @@ export default {
|
||||
type: 'input-number',
|
||||
el: {
|
||||
min: 8,
|
||||
max: 36
|
||||
max: 36,
|
||||
size: 'mini'
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user