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