Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mes-ui
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
周远喜
mes-ui
Commits
8574fad5
Commit
8574fad5
authored
Apr 03, 2020
by
康振飞
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
合并首页
parent
ea431ce7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
product.vue
layouts/basic-layout/product.vue
+13
-0
No files found.
layouts/basic-layout/product.vue
View file @
8574fad5
...
@@ -7,6 +7,13 @@
...
@@ -7,6 +7,13 @@
<Icon
type=
"ios-keypad"
/>
<Icon
type=
"ios-keypad"
/>
<div
class=
"top_menu_box"
>
<div
class=
"top_menu_box"
>
<table
class=
"t_table_box"
>
<table
class=
"t_table_box"
>
<tr>
<td
class=
"t_title"
>
<a
class=
"a_goIndex"
@
click=
"goIndex"
>
<b
class=
"title"
>
首页
</b>
</a>
</td>
</tr>
<tr
v-for=
"(item,i) in filterSider"
>
<tr
v-for=
"(item,i) in filterSider"
>
<td
class=
"t_title"
>
<td
class=
"t_title"
>
<b
class=
"title"
<b
class=
"title"
...
@@ -277,6 +284,9 @@ export default {
...
@@ -277,6 +284,9 @@ export default {
this
.
$router
.
push
(
u
.
path
)
this
.
$router
.
push
(
u
.
path
)
this
.
isActive
=
u
.
id
this
.
isActive
=
u
.
id
},
},
goIndex
(){
this
.
$router
.
push
(
"/"
)
},
},
},
mounted
()
{
mounted
()
{
document
.
addEventListener
(
"scroll"
,
this
.
handleScroll
,
{
passive
:
true
});
document
.
addEventListener
(
"scroll"
,
this
.
handleScroll
,
{
passive
:
true
});
...
@@ -382,6 +392,9 @@ export default {
...
@@ -382,6 +392,9 @@ export default {
.t_title{
.t_title{
min-width: 120px;
min-width: 120px;
background: #515a6e;
background: #515a6e;
.a_goIndex{
color: #fff;
}
.title{
.title{
padding: 5px 10px;
padding: 5px 10px;
}
}
...
...
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