mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-08-10 12:01:57 +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:
parent
bf2e0e5348
commit
8f178e6dfc
@ -2,6 +2,19 @@
|
|||||||
td.cell-align-right, .cell-align-right {
|
td.cell-align-right, .cell-align-right {
|
||||||
text-align: right !important;
|
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
|
// options to record with contextual menu
|
||||||
.contextual-menu {
|
.contextual-menu {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user