Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
DataCenter_Core2.1_20190520
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
bltdc
DataCenter_Core2.1_20190520
Commits
ca0342f6
Commit
ca0342f6
authored
Sep 29, 2019
by
guanzhenshan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整菜单图标
parent
b8ab1ac2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
Main.cshtml
Bailun.DC.Web/Views/Home/Main.cshtml
+4
-2
No files found.
Bailun.DC.Web/Views/Home/Main.cshtml
View file @
ca0342f6
...
@@ -91,7 +91,8 @@
...
@@ -91,7 +91,8 @@
<ul
class=
"nav nav-third-level"
>
<ul
class=
"nav nav-third-level"
>
@foreach (var s_level in f_level.childrens) {
@foreach (var s_level in f_level.childrens) {
<li>
<li>
<a
class=
"J_menuItem"
href=
"@Url.Content("
~"+
s_level
.
path
)"
data-index=
"0"
style=
"padding-left:74px;"
>
<a
class=
"J_menuItem"
href=
"@Url.Content("
~"+
s_level
.
path
)"
data-index=
"0"
>
<i
class=
"fa fa-dot-circle-o"
></i>
<span
class=
"nav-label"
>
@s_level.name
</span>
<span
class=
"nav-label"
>
@s_level.name
</span>
</a>
</a>
</li>
</li>
...
@@ -99,7 +100,8 @@
...
@@ -99,7 +100,8 @@
</ul>
</ul>
}
}
else {
else {
<a
class=
"J_menuItem"
href=
"@Url.Content("
~"+
f_level
.
path
)"
data-index=
"0"
style=
"padding-left:74px;"
>
<a
class=
"J_menuItem"
href=
"@Url.Content("
~"+
f_level
.
path
)"
data-index=
"0"
>
<i
class=
"fa fa-dot-circle-o"
></i>
<span
class=
"nav-label"
>
@f_level.name
</span>
<span
class=
"nav-label"
>
@f_level.name
</span>
</a>
</a>
}
}
...
...
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