feat: 看板权限控制部分显示

This commit is contained in:
TsMask
2025-03-04 16:05:30 +08:00
parent ba426d7737
commit 16913aa721
4 changed files with 32 additions and 29 deletions

View File

@@ -16,6 +16,8 @@
.column {
flex: 3;
position: relative;
display: flex;
flex-direction: column;
}
/* 边框 */
@@ -86,6 +88,7 @@
.topology {
/* min-height: 27.8rem; */
height: 56.4%;
flex: 1;
}
.topology .inner h3 {
display: flex;
@@ -179,6 +182,7 @@
.userActivity {
/* min-height: 35.8rem; */
height: 54.6%;
flex: 1;
}
.userActivity .inner .chart {
width: 100%;
@@ -259,6 +263,7 @@
.alarmType {
/* min-height: 25rem; */
height: 46%;
flex: 1;
}
.alarmType .inner .chart {
width: 100%;