优化自建DNS交互

This commit is contained in:
刘祥超
2021-08-10 10:47:12 +08:00
parent 4d092f329b
commit 6da4949c98
17 changed files with 686 additions and 147 deletions

View File

@@ -0,0 +1,46 @@
.ui.message {
.icon {
position: absolute;
right: 1em;
top: 1.8em;
}
}
.grid {
margin-top: 2em !important;
margin-left: 2em !important;
.column {
margin-bottom: 2em;
border-right: 1px #eee solid;
div.value {
margin-top: 1.5em;
span {
font-size: 2em;
margin-right: 0.2em;
}
}
}
.column.no-border {
border-right: 0;
}
h4 {
a {
display: none;
}
}
.column:hover {
a {
display: inline;
}
}
}
.chart-box {
height: 20em;
}