Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="loading-box" :style="style" v-if="loading">
|
<div class="loading-box-index" :style="style" v-if="loading">
|
||||||
<div class="loading-content">
|
<div class="loading-content">
|
||||||
<a-icon class="loading" type="loading"/>
|
<a-icon class="loading" type="loading"/>
|
||||||
<div class="loading-tips">
|
<div class="loading-tips">
|
||||||
@@ -54,11 +54,11 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="less">
|
<style lang="less">
|
||||||
.loading-box {
|
.loading-box-index {
|
||||||
position: absolute;
|
position: fixed;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
z-index: 111999!important;
|
z-index: 111999;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background-color: rgba(255, 255, 255, 0.9);
|
background-color: rgba(255, 255, 255, 0.9);
|
||||||
|
|||||||
Reference in New Issue
Block a user