Commit 0e9ce6ee authored by qiyaxin's avatar qiyaxin

顶部菜单样式

parent b10c38da
...@@ -191,7 +191,7 @@ onMounted(() => { ...@@ -191,7 +191,7 @@ onMounted(() => {
float: left; float: left;
height: 50px !important; height: 50px !important;
line-height: 50px !important; line-height: 50px !important;
color: #999093 !important; color: #FFFFFF !important;
padding: 0 5px !important; padding: 0 5px !important;
margin: 0 10px !important; margin: 0 10px !important;
} }
...@@ -216,7 +216,7 @@ onMounted(() => { ...@@ -216,7 +216,7 @@ onMounted(() => {
.topmenu-container.el-menu--horizontal > .el-menu-item:not(.is-disabled):focus, .topmenu-container.el-menu--horizontal > .el-menu-item:not(.is-disabled):focus,
.topmenu-container.el-menu--horizontal > .el-menu-item:not(.is-disabled):hover, .topmenu-container.el-menu--horizontal > .el-menu-item:not(.is-disabled):hover,
.topmenu-container.el-menu--horizontal > .el-submenu .el-submenu__title:hover { .topmenu-container.el-menu--horizontal > .el-submenu .el-submenu__title:hover {
background-color: #ffffff; background-color: #123881;
} }
/* 图标右间距 */ /* 图标右间距 */
......
...@@ -257,6 +257,8 @@ function toggleTheme() { ...@@ -257,6 +257,8 @@ function toggleTheme() {
.topmenu-container { .topmenu-container {
position: absolute; position: absolute;
left: 50px; left: 50px;
background-color: #123881;
} }
.errLog-container { .errLog-container {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment