优化代码

This commit is contained in:
GoEdgeLab
2022-01-06 11:13:36 +08:00
parent c3104f88ce
commit 62a327befd
13 changed files with 52 additions and 20 deletions

View File

@@ -17,4 +17,22 @@
.node-logs-box::-webkit-scrollbar {
width: 4px;
}
.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;
}
}