From 503afa6089c22f8c4842fc19abd1d1262f30b968 Mon Sep 17 00:00:00 2001 From: yjl <1490736767@qq.com> Date: Sat, 1 Apr 2023 14:44:11 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=91=E6=9E=97=E6=B9=BE=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/projectAdmin/jlw/components/progress.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/projectAdmin/jlw/components/progress.vue b/src/views/projectAdmin/jlw/components/progress.vue index beedaf8d..13a3cb7f 100644 --- a/src/views/projectAdmin/jlw/components/progress.vue +++ b/src/views/projectAdmin/jlw/components/progress.vue @@ -126,6 +126,7 @@ export default { margin: 20px; width: 100px; height: 70px; + margin-left: 55px; // width: 20%; // height:20%; img { @@ -142,7 +143,7 @@ export default { .line { top: 50%; position: absolute; - margin-left: 145px; + margin-left: 250px; color: #465161; } }