feat: 数据大屏

This commit is contained in:
砂糖
2025-09-05 09:28:13 +08:00
parent c4814ed3cc
commit a44abee2f6
16 changed files with 2319 additions and 205 deletions

View File

@@ -93,4 +93,8 @@
.el-dropdown .el-dropdown-link{
color: var(--el-color-primary) !important;
}
.el-select-dropdown {
z-index: 9999 !important; /* 需大于全屏容器的z-index */
}