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:
ZhaoJiSen
2024-10-10 10:46:23 +08:00
committed by GitHub
2 changed files with 9 additions and 0 deletions

View File

@@ -439,6 +439,11 @@ 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;

View File

@@ -23,6 +23,10 @@ $single-menu-height: 38px;
} }
} }
.el-menu--vertical {
background-color: #fff;
}
.el-menu { .el-menu {
border-right: none !important; border-right: none !important;
background-color: inherit !important; background-color: inherit !important;