添加路由复用策略
This commit is contained in:
@@ -110,6 +110,7 @@
|
||||
}
|
||||
}
|
||||
.right-wrapper {
|
||||
position: relative;
|
||||
height: calc(100% - 66px);
|
||||
margin-left: 235px;
|
||||
}
|
||||
@@ -128,3 +129,16 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.page-loading{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
// background-image: url('../../assets/images/page-loading.gif');
|
||||
background-color: rgba(0, 0, 0, 0.5);
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100% 100%;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
z-index: 999;
|
||||
}
|
||||
Reference in New Issue
Block a user