Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
smart
Project
Project
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
wangqinghua
smart
Commits
b857f6b8
Commit
b857f6b8
authored
May 16, 2019
by
wangqinghua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
智能运维监管平台 --白色主题
parent
4e744283
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
6 deletions
+13
-6
navbar.component.html
src/main/webapp/app/layouts/navbar/navbar.component.html
+4
-6
navbar.css
src/main/webapp/app/layouts/navbar/navbar.css
+6
-0
documentation.css
src/main/webapp/content/css/documentation.css
+3
-0
No files found.
src/main/webapp/app/layouts/navbar/navbar.component.html
View file @
b857f6b8
<nz-header
style=
"padding:0 16px;"
>
<nz-header>
<div
nz-row
>
<div
nz-row
>
<div
nz-col
class=
"handle"
[
nzSpan
]="
12
"
>
<div
nz-col
class=
"handle"
[
nzSpan
]="
12
"
>
<a
style=
"color: #799bf2"
class=
"
margin-right-10"
routerLink=
"../main/home"
>
首页
</a>
<a
class=
"main-color
margin-right-10"
routerLink=
"../main/home"
>
首页
</a>
<span
style=
"color: #799bf2
"
(
click
)="
transition
()"
>
快捷添加 +
</span>
<span
class=
"color-666
"
(
click
)="
transition
()"
>
快捷添加 +
</span>
<span
#
parent
class=
"span-hov"
>
<span
#
parent
class=
"span-hov"
>
<span
#
children
class=
"addBtn"
>
<span
#
children
class=
"addBtn"
>
<span
(
click
)="
showGroupModal
()"
>
添加设备分组
</span>
<span
(
click
)="
showGroupModal
()"
>
添加设备分组
</span>
<span
(
click
)="
showBasicEditModal
()"
>
添加资源
</span>
<span
(
click
)="
showBasicEditModal
()"
>
添加资源
</span>
<!--<span>添加业务</span>-->
</span>
</span>
</span>
</div>
</div>
<div
nz-col
[
nzSpan
]="
12
"
style=
"text-align: right"
>
<div
nz-col
[
nzSpan
]="
12
"
style=
"text-align: right"
>
<nz-dropdown
[
nzTrigger
]="'
click
'"
>
<nz-dropdown
[
nzTrigger
]="'
click
'"
>
<a
nz-dropdown
style=
"color: #cccac3"
>
{{user.loginName}}
<i
class=
"anticon anticon-down"
></i>
<a
nz-dropdown
>
{{user.loginName}}
<i
class=
"anticon anticon-down"
></i>
</a>
</a>
<ul
nz-menu
>
<ul
nz-menu
>
<li
(
click
)="
showPasswordModal
()"
nz-menu-item
>
修改密码
</li>
<li
(
click
)="
showPasswordModal
()"
nz-menu-item
>
修改密码
</li>
...
...
src/main/webapp/app/layouts/navbar/navbar.css
View file @
b857f6b8
...
@@ -92,3 +92,8 @@ Logo styles
...
@@ -92,3 +92,8 @@ Logo styles
-o-transition
:
margin-left
500ms
;
-o-transition
:
margin-left
500ms
;
transition
:
margin-left
500ms
;
transition
:
margin-left
500ms
;
}
}
nz-header
{
background
:
#fff
;
padding
:
0
16px
;
border-bottom
:
1px
solid
#e5e5e5
;
}
\ No newline at end of file
src/main/webapp/content/css/documentation.css
View file @
b857f6b8
...
@@ -149,6 +149,9 @@
...
@@ -149,6 +149,9 @@
.color-fff
{
.color-fff
{
color
:
#ffffff
!important
;
color
:
#ffffff
!important
;
}
}
.color-666
{
color
:
#666666
!important
;
}
.breadcrumbs
.ant-btn-primary
{
.breadcrumbs
.ant-btn-primary
{
background-color
:
#6097b7
;
background-color
:
#6097b7
;
border-color
:
#6097b7
;
border-color
:
#6097b7
;
...
...
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