Newer
Older
.host-item-title {
color: #4b4b4b;
padding: 10px 15px;
height: 50px;
line-height: 30px;
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
.database-name {
border: 1px solid #4b4b4b;
color: #4b4b4b;
padding: 2px 5px;
border-radius: 5px;
font-size: 12px;
}
.host-item-content {
color: #4b4b4b;
padding: 10px;
height: 400px;
border: 1px solid #eee;
border-radius: 5px;
position: relative;
nz-row {
nz-col:nth-child(2n +1) {
color: #4b4b4b;
text-align: right;
margin-bottom: 10px;
}
nz-col:nth-child(2n) {
color: #4b4b4b;
text-align: left;
margin-bottom: 10px;
}
}
}
.host-item-table {
color: #4b4b4b;
padding: 10px;
height: 400px;
border: 1px solid #eee;
border-radius: 5px;
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
}
.table-title {
background-color: rgba(0, 0, 0, .4);
nz-col {
border: 1px solid #dddddd;
}
}
.table-content {
border-bottom: 1px solid #dddddd;
}
}
.dataChart {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
font-size: 12px;
p {
margin-bottom: 10px;
}
p:nth-child(2n) {
text-align: right;
border-bottom: 1px solid #dddddd;
}
p:nth-child(2n +1) {
text-align: left;
}
}
.time-group {
position: absolute;
right: 10px;
top: 10px;
z-index: 9;
}
.width-host {
position: relative;
width: 80%;
margin: 0 auto;
background-color: #e5e5e5;
height: 23px;
height: 23px;
background-color: #89d885;
transition: all 500ms;
}