Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
VueElementTemplate
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
JIRA
JIRA
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
黄瑜
VueElementTemplate
Commits
d18902df
Commit
d18902df
authored
Jan 04, 2018
by
Pan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
perf[style]: refine css
parent
9ba26486
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
index.vue
src/components/LangSelect/index.vue
+1
-1
index.vue
src/views/layout/components/Sidebar/index.vue
+1
-1
No files found.
src/components/LangSelect/index.vue
View file @
d18902df
...
@@ -34,7 +34,7 @@ export default {
...
@@ -34,7 +34,7 @@ export default {
.international-icon
{
.international-icon
{
font-size
:
20px
;
font-size
:
20px
;
cursor
:
pointer
;
cursor
:
pointer
;
vertical-align
:
-5px
;
vertical-align
:
-5px
!important
;
}
}
</
style
>
</
style
>
...
...
src/views/layout/components/Sidebar/index.vue
View file @
d18902df
<
template
>
<
template
>
<scroll-bar>
<scroll-bar>
<el-menu
mode=
"vertical"
:default-active=
"$route.path"
:collapse=
"isCollapse"
background-color=
"#304156"
text-color=
"#
fff
"
active-text-color=
"#409EFF"
>
<el-menu
mode=
"vertical"
:default-active=
"$route.path"
:collapse=
"isCollapse"
background-color=
"#304156"
text-color=
"#
bfcbd9
"
active-text-color=
"#409EFF"
>
<sidebar-item
:routes=
"permission_routers"
></sidebar-item>
<sidebar-item
:routes=
"permission_routers"
></sidebar-item>
</el-menu>
</el-menu>
</scroll-bar>
</scroll-bar>
...
...
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