mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-24 20:47:17 +00:00
Merge pull request #4387 from jumpserver/pr@dev@fix_input_border
style: Fixed the display of the account number input box
This commit is contained in:
@@ -439,6 +439,11 @@ 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;
|
||||
|
@@ -23,6 +23,10 @@ $single-menu-height: 38px;
|
||||
}
|
||||
}
|
||||
|
||||
.el-menu--vertical {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.el-menu {
|
||||
border-right: none !important;
|
||||
background-color: inherit !important;
|
||||
|
Reference in New Issue
Block a user