Commit 95f2d487 by 刘泽奇

123

parent 1132c65a
......@@ -46,15 +46,16 @@
.activeColor {
color: deepskyblue;
}
.global-loading{
body>.el-loading-mask {
z-index: 5555 !important;
}
</style>
</head>
<body>
<div id="app" v-loading.fullscreen.lock="loading" customClass="global-loading" element-loading-background="rgba(0, 0, 0, 0.8)" class="app-main"
style="visibility:hidden">
<div id="app" v-loading.fullscreen.lock="loading" customClass="global-loading"
element-loading-background="rgba(0, 0, 0, 0.8)" class="app-main" style="visibility:hidden">
<div class="jc_hd"></div>
<transition name="slide-fade">
<router-view></router-view>
......
This source diff could not be displayed because it is too large. You can view the blob instead.
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