Skip to content

Commit

Permalink
Merge pull request #4387 from jumpserver/pr@dev@fix_input_border
Browse files Browse the repository at this point in the history
style: Fixed the display of the account number input box
  • Loading branch information
ZhaoJiSen authored Oct 10, 2024
2 parents 44e297f + 37cfeb2 commit 464638e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/styles/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
4 changes: 4 additions & 0 deletions src/styles/menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ $single-menu-height: 38px;
}
}

.el-menu--vertical {
background-color: #fff;
}

.el-menu {
border-right: none !important;
background-color: inherit !important;
Expand Down

0 comments on commit 464638e

Please sign in to comment.