优化数据看板

This commit is contained in:
刘祥超
2023-10-30 16:44:01 +08:00
parent aeebf55e60
commit b56ccc7cef
14 changed files with 136 additions and 22 deletions

View File

@@ -41,7 +41,7 @@
}
.column:hover {
background: rgba(0, 0, 0, .03)!important;
background: rgba(0, 0, 0, .03) !important;
a {
display: inline;
@@ -50,13 +50,25 @@
}
.grid.chart-grid {
margin-top: 1em!important;
margin-top: 1em !important;
margin-left: 0.4em !important;
.column {
margin-bottom: 1em;
border: 1px rgba(0, 0, 0, .1) solid;
border-right: 0;
.menu {
margin-top: -0.6em !important;
margin-bottom: -0.6em !important;
}
h4 {
span {
font-size: 0.8em;
color: grey;
}
}
}
.column.with-border {