优化看板打开速度/删除一些不必要的文件

This commit is contained in:
GoEdgeLab
2022-03-27 16:39:20 +08:00
parent a86574f897
commit 0b2508917c
19 changed files with 9 additions and 1807 deletions

View File

@@ -0,0 +1,49 @@
.message.loading {
padding: 1.5em;
}
.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: 14em;
}
h4 {
span {
font-size: 0.8em;
color: grey;
}
}