diff --git a/src/styles/index.scss b/src/styles/index.scss index c8c17612a..475252ea3 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -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; diff --git a/src/styles/menu.scss b/src/styles/menu.scss index 6a12eec44..1265e4b52 100644 --- a/src/styles/menu.scss +++ b/src/styles/menu.scss @@ -23,6 +23,10 @@ $single-menu-height: 38px; } } +.el-menu--vertical { + background-color: #fff; +} + .el-menu { border-right: none !important; background-color: inherit !important;