Commit ce2bdcd9 by lp784568205

优化loading

parent 57c62f37
......@@ -626,7 +626,7 @@ export default {
currentPage: 1,
totalCount: 1,
currentZjhm: "",
loadingD: true,
loadingD: false,
};
},
created() {
......@@ -1018,8 +1018,17 @@ export default {
@import "@/assets/styles/rightContentscss.scss";
</style>
<style lang="scss" scoped>
/deep/.el-loading-mask {
background-color: hsla(0, 0%, 100%, 0.5);
position: absolute;
z-index: 2000;
background-color: rgba(255,255,255,.4);
margin: 0;
top: 0;
right: 0;
bottom: 0;
left: 0;
transition: opacity .3s;
}
/deep/ .pub_dialog .el-dialog {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment