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
b7e6df37
Commit
b7e6df37
authored
Jun 13, 2019
by
wangqinghua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
style update
parent
a5a1c2c9
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
12 additions
and
260 deletions
+12
-260
basic.component.html
src/main/webapp/app/overAll/basic/basic.component.html
+1
-2
template.component.html
src/main/webapp/app/overAll/template/template.component.html
+1
-1
jtopo-editor.css
...main/webapp/content/javascript/jtopo/css/jtopo-editor.css
+0
-255
darkBlue.scss
src/main/webapp/content/scss/darkBlue.scss
+4
-0
white.scss
src/main/webapp/content/scss/white.scss
+5
-0
index.html
src/main/webapp/index.html
+1
-2
No files found.
src/main/webapp/app/overAll/basic/basic.component.html
View file @
b7e6df37
...
@@ -214,8 +214,7 @@
...
@@ -214,8 +214,7 @@
<td></td>
<td></td>
<td
[
nzIndentSize
]="
item
.
level
*
20
"
nzShowExpand
[
nzExpand
]='
item
.
expand
'
<td
[
nzIndentSize
]="
item
.
level
*
20
"
nzShowExpand
[
nzExpand
]='
item
.
expand
'
(
nzExpandChange
)="
getChildren
(
item
)"
>
(
nzExpandChange
)="
getChildren
(
item
)"
>
<span>
{{item.name}}
<span
<span>
{{item.name}}
<span
class=
"host-number"
>
主机数量:{{item.hostcount}}
</span>
</span>
style=
"color: #1b6b5b; margin-left: 10px"
>
主机数量:{{item.hostcount}}
</span>
</span>
</td>
</td>
</ng-container>
</ng-container>
<!--子集-->
<!--子集-->
...
...
src/main/webapp/app/overAll/template/template.component.html
View file @
b7e6df37
...
@@ -61,7 +61,7 @@
...
@@ -61,7 +61,7 @@
<td></td>
<td></td>
<td
class=
"cursor"
[
nzIndentSize
]="
item
.
level
*
20
"
nzShowExpand
[
nzExpand
]='
item
.
expand
'
<td
class=
"cursor"
[
nzIndentSize
]="
item
.
level
*
20
"
nzShowExpand
[
nzExpand
]='
item
.
expand
'
(
nzExpandChange
)="
getChildren
(
item
)"
>
(
nzExpandChange
)="
getChildren
(
item
)"
>
<span>
{{item.name}}
</span>
<span
style=
"color: #1b6b5b; margin-left: 10px
"
>
模版数量:{{item.templatescount}}
</span>
<span>
{{item.name}}
</span>
<span
class=
"host-number
"
>
模版数量:{{item.templatescount}}
</span>
</td>
</td>
<td>
{{item.description}}
</td>
<td>
{{item.description}}
</td>
<td></td>
<td></td>
...
...
src/main/webapp/content/javascript/jtopo/css/jtopo-editor.css
deleted
100755 → 0
View file @
a5a1c2c9
@charset
"utf-8"
;
/* CSS Document */
*
{
margin
:
0
;
padding
:
0
;
}
.module
{
position
:
absolute
;
cursor
:
pointer
;
border
:
1px
dashed
#0F0
;
visibility
:
hidden
;
z-index
:
1
;
}
.title
{
position
:
absolute
;
top
:
100%
;
height
:
0px
;
font-size
:
12px
;
width
:
100%
;
text-align
:
center
;
visibility
:
visible
;
z-index
:
1
;
}
.content
{
visibility
:
visible
;
z-index
:
1
;
display
:
table-cell
;
vertical-align
:
middle
;
}
.content
img
{
vertical-align
:
middle
;
}
/*缩放控制点*/
.top_left
{
font-size
:
0px
;
width
:
5px
!important
;
height
:
5px
!important
;
width
:
7px
;
height
:
7px
;
border
:
1px
solid
#000
;
background-color
:
#00F
;
position
:
absolute
;
z-index
:
1
;
background-color
:
#0F0
;
cursor
:
nw-resize
;
z-index
:
1
;
}
.top_right
{
font-size
:
0px
;
width
:
5px
!important
;
height
:
5px
!important
;
width
:
7px
;
height
:
7px
;
border
:
1px
solid
#000
;
background-color
:
#00F
;
position
:
absolute
;
z-index
:
1
;
background-color
:
#0F0
;
cursor
:
ne-resize
;
z-index
:
1
;
}
.middle_left
{
font-size
:
0px
;
width
:
5px
!important
;
height
:
5px
!important
;
width
:
7px
;
height
:
7px
;
border
:
1px
solid
#000
;
background-color
:
#00F
;
position
:
absolute
;
z-index
:
1
;
background-color
:
#0F0
;
cursor
:
w-resize
;
z-index
:
1
;
}
.middle_right
{
font-size
:
0px
;
width
:
5px
!important
;
height
:
5px
!important
;
width
:
7px
;
height
:
7px
;
border
:
1px
solid
#000
;
background-color
:
#00F
;
position
:
absolute
;
z-index
:
1
;
background-color
:
#0F0
;
cursor
:
w-resize
;
z-index
:
1
;
}
.bottom_left
{
font-size
:
0px
;
width
:
5px
!important
;
height
:
5px
!important
;
width
:
7px
;
height
:
7px
;
border
:
1px
solid
#000
;
background-color
:
#00F
;
position
:
absolute
;
z-index
:
1
;
background-color
:
#0F0
;
cursor
:
sw-resize
;
z-index
:
1
;
}
.bottom_right
{
font-size
:
0px
;
width
:
5px
!important
;
height
:
5px
!important
;
width
:
7px
;
height
:
7px
;
border
:
1px
solid
#000
;
background-color
:
#00F
;
position
:
absolute
;
z-index
:
1
;
background-color
:
#0F0
;
cursor
:
nw-resize
;
z-index
:
1
;
}
.scaling
{
font-size
:
0px
;
width
:
5px
!important
;
height
:
5px
!important
;
width
:
7px
;
height
:
7px
;
border
:
1px
solid
#000
;
background-color
:
#00F
;
position
:
absolute
;
z-index
:
1
;
background-color
:
#0F0
;
cursor
:
nw-resize
;
z-index
:
1
;
}
.hidden
{
width
:
400px
;
height
:
400px
;
background-color
:
#030
;
z-index
:
1
;
}
.container
{
overflow
:
hidden
;
text-align
:
left
;
}
.link-icon-style
,
.node-icon-style
{
cursor
:
pointer
;
width
:
30px
;
height
:
30px
;
}
.right-click-menu
{
position
:
absolute
;
width
:
180px
;
display
:
none
;
background-color
:
#FFFFFF
;
border
:
1px
solid
#b7c8f6
;
}
.show
{
width
:
200px
;
height
:
100px
;
overflow
:
auto
;
border
:
1px
#99bbe8
solid
;
background-color
:
#ffffff
;
float
:
right
;
margin-top
:
3px
;
}
.message
{
position
:
absolute
;
top
:
0px
;
left
:
60px
;
}
*
{
margin
:
0
;
padding
:
0
;
font-weight
:
normal
;
}
.control
{
position
:
relative
;
width
:
100%
;
}
.topology-context
{
overflow
:
auto
;
position
:
relative
;
background
:
#fff
;
}
/*#topology-canvas{*/
/*transform: scale(0.5);*/
/*}*/
/********** 顶部工具栏 **********/
.toolbar-icon
{
padding-top
:
20px
;
margin-top
:
5px
;
margin-left
:
10px
;
font-size
:
18px
;
color
:
rgba
(
0
,
0
,
0
,
0.56
);
cursor
:
pointer
;
}
/********** 右键菜单 **********/
.menu-item
{
padding-left
:
5px
;
width
:
100%
;
font-size
:
18px
;
height
:
24px
;
line-height
:
24px
;
text-align
:
left
;
border-bottom
:
1px
dotted
#cccccc
;
}
.menu-item
span
{
margin-left
:
5px
;
font-size
:
16px
;
}
/********** 节点悬浮信息 **********/
.node-infobox
{
font-size
:
12px
;
width
:
130px
;
border
:
1px
solid
#dddddd
;
text-align
:
left
;
position
:
absolute
;
background-color
:
#ffffff
;
padding
:
6px
;
box-shadow
:
2px
2px
2px
#888888
,
-1px
-1px
2px
#888888
,
1px
-1px
2px
#888888
,
1px
2px
2px
#888888
;
z-index
:
999
;
opacity
:
0.8
;
}
.node-infobox
span
{
display
:
block
;
margin-bottom
:
4px
;
}
.node-infobox
span
label
{
margin-right
:
4px
;
font-size
:
12px
;
}
\ No newline at end of file
src/main/webapp/content/scss/darkBlue.scss
View file @
b7e6df37
...
@@ -201,4 +201,8 @@ $fontColor: #b2d4f9;
...
@@ -201,4 +201,8 @@ $fontColor: #b2d4f9;
.topology-context
{
.topology-context
{
background
:
#132c4c
;
background
:
#132c4c
;
}
}
.host-number
{
color
:
#10348e
;
margin-left
:
10px
}
}
}
src/main/webapp/content/scss/white.scss
View file @
b7e6df37
...
@@ -116,6 +116,11 @@
...
@@ -116,6 +116,11 @@
transition
:
all
500ms
;
transition
:
all
500ms
;
}
}
}
}
.host-number
{
color
:
#1b6b5b
;
margin-left
:
10px
}
}
}
src/main/webapp/index.html
View file @
b7e6df37
...
@@ -4,11 +4,10 @@
...
@@ -4,11 +4,10 @@
<base
href=
"./"
/>
<base
href=
"./"
/>
<meta
charset=
"utf-8"
>
<meta
charset=
"utf-8"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
>
<title>
雁南
监狱智能运维管理系统
</title>
<title>
高淳
监狱智能运维管理系统
</title>
<meta
name=
"description"
content=
""
>
<meta
name=
"description"
content=
""
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
<meta
name=
"theme-color"
content=
"#000000"
>
<meta
name=
"theme-color"
content=
"#000000"
>
<link
rel=
"stylesheet"
href=
"javascript/jtopo/css/jtopo-editor.css"
/>
<script
src=
"javascript/jquery-3.3.1/jquery-3.3.1.min.js"
type=
"text/javascript"
></script>
<script
src=
"javascript/jquery-3.3.1/jquery-3.3.1.min.js"
type=
"text/javascript"
></script>
<script
src=
"javascript/jtopo/js/util.js"
type=
"text/javascript"
></script>
<script
src=
"javascript/jtopo/js/util.js"
type=
"text/javascript"
></script>
<script
src=
"javascript/jtopo/js/jtopo-0.4.8-dev.js"
type=
"text/javascript"
></script>
<script
src=
"javascript/jtopo/js/jtopo-0.4.8-dev.js"
type=
"text/javascript"
></script>
...
...
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