From 114e4b308ebf70373caa09d381bdc9ac916438f0 Mon Sep 17 00:00:00 2001 From: dhj Date: Wed, 29 Jul 2020 09:08:28 +0800 Subject: [PATCH 1/2] [Version] V.3.8 [Adds] 1.UI --- static/css/main.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/css/main.css b/static/css/main.css index fafafbc5..f19c058b 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -8710,11 +8710,11 @@ h5.dulilabel{ } .downloadIcon img{ position: relative; - top: 30px; + top: 45px; } .downloadIcon span{ position: relative; - top: 30px; + top: 45px; } .uploadText{ position: relative; From 3123e8a1f32e3934939ce26e0953fd62e490b32c Mon Sep 17 00:00:00 2001 From: dhj Date: Wed, 29 Jul 2020 09:24:09 +0800 Subject: [PATCH 2/2] [Version] V.3.8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [Adds] 1.居中下载 --- src/views/main_web/workspace.vue | 4 ++-- static/css/main.css | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) 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; }