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

This commit is contained in:
TsMask
2025-03-03 18:23:56 +08:00
parent c937351194
commit 46b3744330
5 changed files with 34 additions and 31 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%;