style: 看板样式调整框对齐

This commit is contained in:
TsMask
2024-01-30 18:42:03 +08:00
parent ba8bd5c015
commit 879b06fd7d

View File

@@ -135,8 +135,6 @@
color: #4c9bfd; color: #4c9bfd;
} }
/* 用户行为 */ /* 用户行为 */
.userActivity { .userActivity {
min-height: 22rem; min-height: 22rem;
@@ -151,7 +149,7 @@
/* 总流量 */ /* 总流量 */
.upfFlowTotal { .upfFlowTotal {
min-height: 6.167rem; min-height: 6.167rem;
height: 12%; height: 14%;
} }
.upfFlowTotal .inner .filter { .upfFlowTotal .inner .filter {
display: flex; display: flex;
@@ -178,7 +176,7 @@
} }
.upfFlowTotal .data { .upfFlowTotal .data {
display: flex; display: flex;
margin-top: 0.833rem; margin-top: 1.833rem;
} }
.upfFlowTotal .item { .upfFlowTotal .item {
width: 50%; width: 50%;
@@ -195,8 +193,8 @@
/* 资源情况 */ /* 资源情况 */
.resources { .resources {
min-height: 13rem; min-height: 14rem;
height: 25%; height: 26%;
} }
.resources .inner .chart { .resources .inner .chart {
width: 100%; width: 100%;
@@ -207,7 +205,7 @@
/* 告警统计 */ /* 告警统计 */
.alarmType { .alarmType {
min-height: 22rem; min-height: 22rem;
height: 58%; height: 54.5%;
} }
.alarmType .inner .chart { .alarmType .inner .chart {
width: 100%; width: 100%;