feat: 事件管理

This commit is contained in:
kongbeiwu
2025-12-25 16:49:07 +08:00
parent e07ad476dd
commit ea63ad0a24
2 changed files with 73 additions and 7 deletions

View File

@@ -10,7 +10,8 @@
user-select: none;
}
body, #app {
body,
#app {
overflow: hidden;
}
@@ -46,8 +47,20 @@ body {
width: 100%;
height: 100%;
z-index: 9999;
&.show {
opacity: 1;
}
}
}
.zn-table {
margin-top: 15px;
border-radius: 10px;
border: 1px solid #E5E8EE;
}
.el-table {
margin-top: 0!important;
}
.el-table th.el-table__cell {
background-color: #F5F7FA!important;
}