Commit 7827c010 authored by jiaxu.yan's avatar jiaxu.yan

nav修改

parent d48afdb8
......@@ -59,4 +59,11 @@ strs
findex
iconfont
xiaoxi
unmatch
\ No newline at end of file
unmatch
ishttp
pindex
vnodes
nums
assigin
metas
rachange
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -186,7 +186,7 @@ export default {
</script>
<style lang="scss">
.topmenu-container.el-menu--horizontal > .el-menu-item {
.topMenu-container.el-menu--horizontal > .el-menu-item {
float: left;
height: 50px !important;
line-height: 50px !important;
......@@ -195,14 +195,14 @@ export default {
margin: 0 10px !important;
}
.topmenu-container.el-menu--horizontal > .el-menu-item.is-active,
.topMenu-container.el-menu--horizontal > .el-menu-item.is-active,
.el-menu--horizontal > .el-submenu.is-active .el-submenu__title {
border-bottom: 2px solid #{'var(--theme)'} !important;
color: #303133;
}
/* submenu item */
.topmenu-container.el-menu--horizontal > .el-submenu .el-submenu__title {
.topMenu-container.el-menu--horizontal > .el-submenu .el-submenu__title {
float: left;
height: 50px !important;
line-height: 50px !important;
......
......@@ -13,7 +13,7 @@
class="breadcrumb-container"
v-if="!topNav"
/>
<top-nav id="topmenu-container" class="topmenu-container" v-if="topNav" />
<top-nav id="topMenu-container" class="topMenu-container" v-if="topNav" />
<div class="right-menu">
<template>
......@@ -51,7 +51,6 @@ import TopNav from '@/components/TopNav'
import Hamburger from '@/components/Hamburger'
import Screenfull from '@/components/Screenfull'
import SizeSelect from '@/components/SizeSelect'
import Search from '@/components/HeaderSearch'
import RuoYiGit from '@/components/RuoYi/Git'
import RuoYiDoc from '@/components/RuoYi/Doc'
......@@ -64,7 +63,6 @@ export default {
Hamburger,
Screenfull,
SizeSelect,
Search,
RuoYiGit,
RuoYiDoc,
QuickNew,
......@@ -135,7 +133,7 @@ export default {
float: left;
}
.topmenu-container {
.topMenu-container {
position: absolute;
left: 50px;
}
......
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