1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-08-07 18:25:45 +08:00

modifying the style to be able to close the registration panel while loading the registration table (#792)

Co-authored-by: elsiosanchez <elsiosanche@gmail.com>
This commit is contained in:
Elsio Sanchez 2021-04-28 18:20:42 -04:00 committed by GitHub
parent bf2e0e5348
commit 8f178e6dfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,19 @@
td.cell-align-right, .cell-align-right {
text-align: right !important;
}
// loading
.el-loading-mask {
position: absolute;
z-index: 4;
background-color: rgba(255, 255, 255, 0.9);
margin: 0;
top: 0;
right: 0;
bottom: 0;
left: 0;
-webkit-transition: opacity 0.3s;
transition: opacity 0.3s;
}
// options to record with contextual menu
.contextual-menu {