diff --git a/vue/src/bizComponents/UploadFile/index.vue b/vue/src/bizComponents/UploadFile/index.vue index ef75016..59060c3 100644 --- a/vue/src/bizComponents/UploadFile/index.vue +++ b/vue/src/bizComponents/UploadFile/index.vue @@ -240,16 +240,28 @@ display: none; } - .el-upload-list--picture-card .progress-mask { - position: absolute; - top: 0; - height: 100%; - width: 100%; - background-color: #fff; - opacity: 0.9; + .el-upload-list--picture-card { + .el-progress { + width: 100%; + height: 100%; - .el-progress__text { - color: $--color-primary; + .el-progress-circle { + 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; + } } } diff --git a/vue/src/components/ImageViewer/main.vue b/vue/src/components/ImageViewer/main.vue index 3559740..6da2867 100644 --- a/vue/src/components/ImageViewer/main.vue +++ b/vue/src/components/ImageViewer/main.vue @@ -1,5 +1,5 @@