diff --git a/src/views/main_web/workspace.vue b/src/views/main_web/workspace.vue index b8e9e187..dd2fc56d 100644 --- a/src/views/main_web/workspace.vue +++ b/src/views/main_web/workspace.vue @@ -443,13 +443,13 @@ @click="clientDownLoad(file,1)" v-if="file.extension!='map'&&file.extension!='svfzip'&&file.extension!='supermap'&& isClient && !file.isDownload && (file.status == 0 || file.status == 2)" > - +
- +
下载中
diff --git a/static/css/main.css b/static/css/main.css index f19c058b..c4834ad7 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -8708,11 +8708,11 @@ h5.dulilabel{ left: 0; top: 0; } -.downloadIcon img{ +.downloadIcon img,.downloadIcon span{ position: relative; - top: 45px; + top: 30px; } -.downloadIcon span{ +.downloadIcon img.imgjuzhong,.downloadIcon span.spanjuzhong{ position: relative; top: 45px; }