修改人员选择的限制

This commit is contained in:
qq787203167
2022-06-10 11:33:31 +08:00
parent 95e71593ff
commit 84178727d5
+4 -4
View File
@@ -1,5 +1,5 @@
<template>
<div class="loading-box" :style="style" v-if="loading">
<div class="loading-box-index" :style="style" v-if="loading">
<div class="loading-content">
<a-icon class="loading" type="loading"/>
<div class="loading-tips">
@@ -54,11 +54,11 @@
</script>
<style lang="less">
.loading-box {
position: absolute;
.loading-box-index {
position: fixed;
top: 0;
left: 0;
z-index: 111999!important;
z-index: 111999;
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, 0.9);