Commit 95f2d487 by 刘泽奇

123

parent 1132c65a
...@@ -46,15 +46,16 @@ ...@@ -46,15 +46,16 @@
.activeColor { .activeColor {
color: deepskyblue; color: deepskyblue;
} }
.global-loading{
body>.el-loading-mask {
z-index: 5555 !important; z-index: 5555 !important;
} }
</style> </style>
</head> </head>
<body> <body>
<div id="app" v-loading.fullscreen.lock="loading" customClass="global-loading" element-loading-background="rgba(0, 0, 0, 0.8)" class="app-main" <div id="app" v-loading.fullscreen.lock="loading" customClass="global-loading"
style="visibility:hidden"> element-loading-background="rgba(0, 0, 0, 0.8)" class="app-main" style="visibility:hidden">
<div class="jc_hd"></div> <div class="jc_hd"></div>
<transition name="slide-fade"> <transition name="slide-fade">
<router-view></router-view> <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