新增功能
This commit is contained in:
@@ -1,4 +1,13 @@
|
||||
:root {
|
||||
// 确保消息提示在最上层
|
||||
.el-message {
|
||||
z-index: 9999 !important;
|
||||
}
|
||||
|
||||
.el-notification {
|
||||
z-index: 9999 !important;
|
||||
}
|
||||
|
||||
// 弹窗居中
|
||||
.el-overlay-dialog {
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user