Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
web
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
中汽测评-信息安全测评系统
web
Commits
7827c010
Commit
7827c010
authored
Dec 19, 2023
by
jiaxu.yan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
nav修改
parent
d48afdb8
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
9 deletions
+14
-9
custom-words.txt
.cspell/custom-words.txt
+8
-1
.cspellcache
.cspellcache
+1
-1
index.vue
src/components/TopNav/index.vue
+3
-3
Navbar.vue
src/layout/components/Navbar.vue
+2
-4
No files found.
.cspell/custom-words.txt
View file @
7827c010
...
...
@@ -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
.cspellcache
View file @
7827c010
This source diff could not be displayed because it is too large. You can
view the blob
instead.
src/components/TopNav/index.vue
View file @
7827c010
...
...
@@ -186,7 +186,7 @@ export default {
</
script
>
<
style
lang=
"scss"
>
.top
m
enu-container.el-menu--horizontal
>
.el-menu-item
{
.top
M
enu-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
;
}
.top
m
enu-container.el-menu--horizontal
>
.el-menu-item.is-active
,
.top
M
enu-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 */
.top
m
enu-container.el-menu--horizontal
>
.el-submenu
.el-submenu__title
{
.top
M
enu-container.el-menu--horizontal
>
.el-submenu
.el-submenu__title
{
float
:
left
;
height
:
50px
!
important
;
line-height
:
50px
!
important
;
...
...
src/layout/components/Navbar.vue
View file @
7827c010
...
...
@@ -13,7 +13,7 @@
class=
"breadcrumb-container"
v-if=
"!topNav"
/>
<top-nav
id=
"top
menu-container"
class=
"topm
enu-container"
v-if=
"topNav"
/>
<top-nav
id=
"top
Menu-container"
class=
"topM
enu-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
;
}
.top
m
enu-container
{
.top
M
enu-container
{
position
:
absolute
;
left
:
50px
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment