Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gs1
Overview
Overview
Details
Activity
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
吴迪
gs1
Commits
9454c37e
Commit
9454c37e
authored
Nov 22, 2021
by
Tang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 头部修改
parent
c849cf12
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
90 additions
and
50 deletions
+90
-50
index.vue
src/components/layout/header/index.vue
+45
-5
mock.js
src/components/layout/header/mock.js
+45
-45
No files found.
src/components/layout/header/index.vue
View file @
9454c37e
...
...
@@ -35,6 +35,7 @@
aria-expanded="false"
>
{{
nav
.
name
}}
</a
>
<i
class=
"mobile-menu-down bi bi-chevron-compact-down"
></i>
<!-- Dropdown Menu -->
<HeaderDropdown
:nav=
"nav"
@
itemClick=
"handleItemClick"
/>
...
...
@@ -303,6 +304,47 @@ export default {
top
:
16px
;
right
:
0
;
}
.gs-header-nav
.gs-nav-item.nav-item
{
position
:
relative
;
>
a
{
width
:
100%
;
}
&
.active
>
a
,
a
.show
{
color
:
#f26335
;
&::after
{
content
:
""
;
background-color
:
transparent
;
}
}
}
.gs-header-nav
.gs-nav-item.nav-item.active
.mobile-menu-down
{
transform
:
rotate
(
180deg
);
}
.gs-header-nav
.mobile-menu-down
{
display
:
flex
;
align-items
:
center
;
justify-content
:
center
;
position
:
absolute
;
top
:
0
;
right
:
0
;
width
:
20px
;
height
:
41px
;
transition
:
0.3s
;
}
.gs-header-nav
.dropdown-menu.gs-nav-dropdown
{
box-shadow
:
none
;
padding
:
20px
30px
;
.row.title
{
display
:
none
;
}
}
}
@media
(
min-width
:
992px
)
{
...
...
@@ -310,10 +352,8 @@ export default {
.navbar-expand-lg.navbar-end
.navbar-sticky-top-scroller
{
margin-left
:
auto
;
}
//
.gs-header-nav
.gs-nav-item.nav-item
{
//
>
a
{
//
}
//
}
.gs-header-nav
.mobile-menu-down
{
display
:
none
;
}
}
</
style
>
src/components/layout/header/mock.js
View file @
9454c37e
...
...
@@ -35,7 +35,7 @@ export const nav = [
},
{
id
:
uuid
(
"gs_nav"
),
name
:
"中心
简介
"
,
name
:
"中心
领导
"
,
index
:
0
,
link
:
"/Org/Leadership"
,
breadcrumb
:
[
...
...
@@ -45,7 +45,7 @@ export const nav = [
},
{
id
:
uuid
(
"gs_nav"
),
name
:
"
机构概况
"
,
name
:
"
内设机构
"
,
index
:
0
,
link
:
"/Org/Departments"
,
breadcrumb
:
[
...
...
@@ -53,47 +53,7 @@ export const nav = [
{
name
:
"内设机构"
},
],
},
{
id
:
uuid
(
"gs_nav"
),
name
:
"质检中心/协会/杂志社/标委会/其他"
,
index
:
0
,
link
:
"/Org/Sites"
,
breadcrumb
:
[
{
name
:
"机构概况"
,
path
:
"/Org"
},
{
name
:
"质检中心/协会/杂志社/标委会/其他"
},
],
},
{
id
:
uuid
(
"gs_nav"
),
name
:
"地方编码分支机构"
,
index
:
0
,
link
:
"/Org/Branch"
,
breadcrumb
:
[
{
name
:
"机构概况"
,
path
:
"/Org"
},
{
name
:
"地方编码分支机构"
},
],
},
{
id
:
uuid
(
"gs_nav"
),
name
:
"地方编码分支机构"
,
index
:
0
,
link
:
"/Org/BranchMsg"
,
breadcrumb
:
[
{
name
:
"机构概况"
,
path
:
"/Org"
},
{
name
:
"地方编码分支机构"
},
],
},
{
id
:
uuid
(
"gs_nav"
),
name
:
"国际物品编码组织(GS1)成员网站"
,
index
:
0
,
link
:
"/Org/GS1Members"
,
breadcrumb
:
[
{
name
:
"机构概况"
,
path
:
"/Org"
},
{
name
:
"国际物品编码组织(GS1)成员网站"
},
],
},
{
{
id
:
uuid
(
"gs_nav"
),
name
:
"质量管理体系"
,
index
:
0
,
...
...
@@ -161,6 +121,46 @@ export const nav = [
},
],
},
{
id
:
uuid
(
"gs_nav"
),
name
:
"质检中心/协会/杂志社/标委会/其他"
,
index
:
0
,
link
:
"/Org/Sites"
,
breadcrumb
:
[
{
name
:
"机构概况"
,
path
:
"/Org"
},
{
name
:
"质检中心/协会/杂志社/标委会/其他"
},
],
},
{
id
:
uuid
(
"gs_nav"
),
name
:
"地方编码分支机构"
,
index
:
0
,
link
:
"/Org/Branch"
,
breadcrumb
:
[
{
name
:
"机构概况"
,
path
:
"/Org"
},
{
name
:
"地方编码分支机构"
},
],
},
{
id
:
uuid
(
"gs_nav"
),
name
:
"国际物品编码组织"
,
index
:
0
,
link
:
"/Org/BranchMsg"
,
breadcrumb
:
[
{
name
:
"机构概况"
,
path
:
"/Org"
},
{
name
:
"国际物品编码组织"
},
],
},
{
id
:
uuid
(
"gs_nav"
),
name
:
"国际物品编码组织(GS1)成员网站"
,
index
:
0
,
link
:
"/Org/GS1Members"
,
breadcrumb
:
[
{
name
:
"机构概况"
,
path
:
"/Org"
},
{
name
:
"国际物品编码组织(GS1)成员网站"
},
],
},
],
},
],
...
...
@@ -481,13 +481,13 @@ export const nav = [
children
:
[
{
id
:
uuid
(
"gs_nav"
),
name
:
"
办理全球位置码(GLN)
"
,
name
:
"
全球参与方位置代码(GLN)业务办理
"
,
index
:
2
,
link
:
"/Business/GLN"
,
breadcrumb
:
[
{
name
:
"业务大厅"
,
path
:
"/Business"
},
{
name
:
"办理其他业务"
,
path
:
"/Business/GLN"
},
{
name
:
"
办理全球位置码(GLN)
"
},
{
name
:
"
全球参与方位置代码(GLN)业务办理
"
},
],
},
{
...
...
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