Commit b7e6df37 authored by wangqinghua's avatar wangqinghua

style update

parent a5a1c2c9
......@@ -214,8 +214,7 @@
<td></td>
<td [nzIndentSize]="item.level*20" nzShowExpand [nzExpand]='item.expand'
(nzExpandChange)="getChildren(item)">
<span>{{item.name}} <span
style="color: #1b6b5b; margin-left: 10px">主机数量:{{item.hostcount}}</span> </span>
<span>{{item.name}} <span class="host-number">主机数量:{{item.hostcount}}</span> </span>
</td>
</ng-container>
<!--子集-->
......
......@@ -61,7 +61,7 @@
<td></td>
<td class="cursor" [nzIndentSize]="item.level*20" nzShowExpand [nzExpand]='item.expand'
(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>{{item.description}}</td>
<td></td>
......
@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
......@@ -201,4 +201,8 @@ $fontColor: #b2d4f9;
.topology-context {
background: #132c4c;
}
.host-number{
color: #10348e;
margin-left: 10px
}
}
......@@ -116,6 +116,11 @@
transition: all 500ms;
}
}
.host-number{
color: #1b6b5b;
margin-left: 10px
}
}
......@@ -4,11 +4,10 @@
<base href="./"/>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>雁南监狱智能运维管理系统</title>
<title>高淳监狱智能运维管理系统</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<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/jtopo/js/util.js" type="text/javascript"></script>
<script src="javascript/jtopo/js/jtopo-0.4.8-dev.js" type="text/javascript"></script>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment