2021-05-23 20:44:51 +08:00
|
|
|
.ui.message {
|
2021-07-27 10:48:42 +08:00
|
|
|
.icon.remove {
|
2021-05-23 20:44:51 +08:00
|
|
|
position: absolute;
|
|
|
|
|
right: 1em;
|
2021-07-27 10:48:42 +08:00
|
|
|
top: 2.2em;
|
2021-05-23 20:44:51 +08:00
|
|
|
}
|
2021-11-30 16:43:44 +08:00
|
|
|
|
|
|
|
|
.content {
|
|
|
|
|
padding-right: 1em;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.node-logs-box {
|
2021-12-01 17:06:05 +08:00
|
|
|
max-height: 14em;
|
2021-11-30 16:43:44 +08:00
|
|
|
overflow-y: auto;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.node-logs-box::-webkit-scrollbar {
|
|
|
|
|
width: 4px;
|
2022-01-06 11:13:36 +08:00
|
|
|
}
|
|
|
|
|
|
2024-01-11 18:40:29 +08:00
|
|
|
.server-checkbox-td {
|
|
|
|
|
.checkbox {
|
|
|
|
|
opacity: 50%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.checkbox:hover {
|
|
|
|
|
opacity: 100%;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2022-01-06 11:13:36 +08:00
|
|
|
.server-name-td {
|
|
|
|
|
position: relative;
|
|
|
|
|
|
|
|
|
|
.icon.setting {
|
|
|
|
|
display: none;
|
|
|
|
|
position: absolute;
|
|
|
|
|
right: 1em;
|
|
|
|
|
top: 50%;
|
|
|
|
|
margin-top: -1em;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.server-name-td:hover {
|
|
|
|
|
.icon.setting {
|
|
|
|
|
display: inline;
|
|
|
|
|
}
|
2022-10-03 19:25:20 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.bandwidth-span {
|
|
|
|
|
var {
|
|
|
|
|
font-size: 0.8em;
|
|
|
|
|
|
|
|
|
|
span {
|
|
|
|
|
font-size: 1.2em;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2023-07-07 18:57:14 +08:00
|
|
|
|
|
|
|
|
.table {
|
|
|
|
|
th.value-column {
|
|
|
|
|
width: 8em;
|
|
|
|
|
}
|
|
|
|
|
}
|