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

@ -240,7 +240,18 @@
display: none;
}
.el-upload-list--picture-card .progress-mask {
.el-upload-list--picture-card {
.el-progress {
width: 100%;
height: 100%;
.el-progress-circle {
height: 100% !important;
width: 100% !important;
}
}
.progress-mask {
position: absolute;
top: 0;
height: 100%;
@ -252,6 +263,7 @@
color: $--color-primary;
}
}
}
.el-upload-list__item-thumbnail {
object-fit: cover;

@ -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>

Loading…
Cancel
Save