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

nav修改

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