From af0bd58b59990625ff46bbf16dfed4f4fb2ca240 Mon Sep 17 00:00:00 2001 From: qq787203167 <787203167@qq.com> Date: Thu, 30 Jun 2022 15:43:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=A6=85=E9=81=93=E5=B7=B2?= =?UTF-8?q?=E7=9F=A5bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/projectManagement/ProjectDetails/index.vue | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/jero-web/src/views/projectManagement/ProjectDetails/index.vue b/jero-web/src/views/projectManagement/ProjectDetails/index.vue index 4fc5ccbe2..9a09fc389 100644 --- a/jero-web/src/views/projectManagement/ProjectDetails/index.vue +++ b/jero-web/src/views/projectManagement/ProjectDetails/index.vue @@ -404,9 +404,8 @@ color: rgb(0, 0, 0); font-size: 22px; position: absolute; - left: 230px; - top: 50%; - transform: translate(-50%, -50%); + left: 200px; + bottom: 20px; transition: all 0.2s; } @@ -414,9 +413,8 @@ color: rgb(0, 0, 0); font-size: 22px; position: absolute; - left: 56px; - top: 50%; - transform: translate(-50%, -50%); + left: 22px; + bottom: 20px; transition: all 0.2s; } \ No newline at end of file