diff --git a/src/components/TopNav/index.vue b/src/components/TopNav/index.vue index 58b2000..b93f585 100644 --- a/src/components/TopNav/index.vue +++ b/src/components/TopNav/index.vue @@ -7,7 +7,10 @@ > @@ -189,4 +192,14 @@ onMounted(() => { padding: 0 5px !important; margin: 0 10px !important; } + +/* 背景色隐藏 */ +.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-submenu .el-submenu__title:hover { + background-color: #ffffff !important; +} + +/* 图标右间距 */ +.topmenu-container .svg-icon { + margin-right: 4px; +} diff --git a/src/layout/components/TagsView/index.vue b/src/layout/components/TagsView/index.vue index c6ebdba..2a7a7b0 100644 --- a/src/layout/components/TagsView/index.vue +++ b/src/layout/components/TagsView/index.vue @@ -280,7 +280,7 @@ function handleScroll() { height: 8px; border-radius: 50%; position: relative; - margin-right: 2px; + margin-right: 5px; } } }