布局对称

This commit is contained in:
lai
2024-01-19 17:40:53 +08:00
parent 48201c7699
commit d7483083cc

View File

@@ -82,7 +82,7 @@
/* 网络拓扑 */ /* 网络拓扑 */
.topology { .topology {
height: 25.55rem; height: 27.8rem;
display: flex; display: flex;
} }
.topology .inner .chart { .topology .inner .chart {
@@ -93,7 +93,7 @@
/* 概览区域 */ /* 概览区域 */
.overview { .overview {
height: 4.583rem; height: 6.167rem;
} }
.overview .inner { .overview .inner {
display: flex; display: flex;
@@ -112,7 +112,8 @@
/* 本月告警统计 */ /* 本月告警统计 */
.alarmType { .alarmType {
height: 14.167rem; height: 16rem;
display: flex;
} }
.alarmType .chart { .alarmType .chart {
width: 100%; width: 100%;
@@ -123,7 +124,7 @@
/* 告警趋势 */ /* 告警趋势 */
.alarmDay { .alarmDay {
height: 16rem; height: 22rem;
display: flex; display: flex;
} }
.alarmDay .inner .chart { .alarmDay .inner .chart {