添加路由复用策略

This commit is contained in:
zhouyuejun
2018-12-03 11:28:24 +08:00
parent 2871120616
commit ba0683dffe
21 changed files with 289 additions and 144 deletions
+14
View File
@@ -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;
}