'修改路由点击BUG,字段显示,按钮盒,基础样式'

This commit is contained in:
Fanzink
2023-01-06 15:44:05 +08:00
parent a08af6774e
commit 3265b4a580
36 changed files with 736 additions and 143 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

View File

@@ -371,7 +371,9 @@ img {
font-weight: 500;
color: #FFFFFF;
line-height: 20px;
margin-top: 7px;
margin-top: 14px;
// 新加的
margin-left: 10px;
}
&-mini {
max-width: 100%;
@@ -410,6 +412,7 @@ img {
}
.el-menu-item.is-active,
.el-submenu.is-active > .el-submenu__title {
// 点击之后背景颜色
color: $--color-text-secondary;
// background-color: rgb(13,43,104);
&:focus,
@@ -425,6 +428,7 @@ img {
&:hover {
.aui-navbar__icon-menu {
color: $--color-text-primary;
// color: #fff;
}
.el-dropdown {
color: $--color-text-primary;