|
|
@@ -73,7 +73,7 @@ |
|
|
|
v-if="isClient && file.downloadStatus === DownloadStatus.UPLOADING" |
|
|
|
> |
|
|
|
<div class="progress-circle"> |
|
|
|
<img class="bg-pic" src="/static/img/upload.png" alt=""> |
|
|
|
<img class="bg-pic" src="/static/img/upload.png" alt="" :style="{ width: '24px' }" > |
|
|
|
<el-progress :width="45" :height="45" |
|
|
|
type="circle" :show-text="false" |
|
|
|
:percentage="file.loadProgress" :stroke-width="3" color="rgb(140, 0, 255)"> |
|
|
@@ -199,7 +199,8 @@ export default { |
|
|
|
background-color: #fff; |
|
|
|
border-radius: 50%; |
|
|
|
} |
|
|
|
.progress-circle , .readytodownload-icon img, .progress-circle .bg-pic{ |
|
|
|
.progress-circle , .readytodownload-icon img, |
|
|
|
.progress-circle .bg-pic{ |
|
|
|
position: absolute; |
|
|
|
top: 50%; |
|
|
|
left: 50%; |
|
|
|