feat: 事件管理
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user