master
toesbieya 6 years ago
parent 9763119bf5
commit 790d3e76fb
  1. 30
      vue/src/bizComponents/UploadFile/index.vue
  2. 2
      vue/src/components/ImageViewer/main.vue

@ -240,16 +240,28 @@
display: none; display: none;
} }
.el-upload-list--picture-card .progress-mask { .el-upload-list--picture-card {
position: absolute; .el-progress {
top: 0; width: 100%;
height: 100%; height: 100%;
width: 100%;
background-color: #fff;
opacity: 0.9;
.el-progress__text { .el-progress-circle {
color: $--color-primary; height: 100% !important;
width: 100% !important;
}
}
.progress-mask {
position: absolute;
top: 0;
height: 100%;
width: 100%;
background-color: #fff;
opacity: 0.9;
.el-progress__text {
color: $--color-primary;
}
} }
} }

@ -1,5 +1,5 @@
<template> <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> </template>
<script> <script>

Loading…
Cancel
Save