优化数据看板

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

@@ -152,7 +152,7 @@ body.expanded .right-box {
display: inline;
}
.grid.chart-grid {
margin-top: 1em!important;
margin-top: 1em !important;
margin-left: 0.4em !important;
}
.grid.chart-grid .column {
@@ -160,6 +160,14 @@ body.expanded .right-box {
border: 1px rgba(0, 0, 0, 0.1) solid;
border-right: 0;
}
.grid.chart-grid .column .menu {
margin-top: -0.6em !important;
margin-bottom: -0.6em !important;
}
.grid.chart-grid .column h4 span {
font-size: 0.8em;
color: grey;
}
.grid.chart-grid .column.with-border {
border-right: 1px rgba(0, 0, 0, 0.1) solid;
}