@ -240,16 +240,28 @@
display: none;
}
.el-upload-list--picture-card .progress-mask {
.el-upload-list--picture-card {
position: absolute;
.el-progress {
top: 0;
width: 100%;
height: 100%;
background-color: #fff;
opacity: 0.9;
.el-progress__text {
.el-progress-circle {
color: $--color-primary;
height: 100% !important;
width: 100% !important;
.progress-mask {
@ -1,5 +1,5 @@
<template>
<el-image-viewer v-show="value" :initial-index="index" :on-close="close" :url-list="urlList"/>
<el-image-viewer v-show="value" :initial-index="index" :on-close="close" :url-list="urlList" :z-index="200000"/>
</template>
<script>