添加路由复用策略
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
.main-page {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
overflow-y: auto;
|
||||
@@ -122,6 +123,18 @@
|
||||
}
|
||||
}
|
||||
|
||||
.page-loading{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-image: url('../../../assets/images/page-loading.gif');
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100% 100%;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
z-index: 999;
|
||||
}
|
||||
|
||||
// @media screen and (min-width: 1200px){
|
||||
// .line-operator-right{
|
||||
// text-align: left;
|
||||
|
||||
Reference in New Issue
Block a user