From c0bc992b3eef0ac5ad6676c7a8b5168b3439148c Mon Sep 17 00:00:00 2001 From: 77 <270260644@qq.com> Date: Mon, 5 Aug 2024 16:18:25 +0800 Subject: [PATCH 1/2] =?UTF-8?q?20240805=E9=A6=96=E9=A1=B5=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/HomeView.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/HomeView.vue b/src/views/HomeView.vue index 53375ae..584f54a 100644 --- a/src/views/HomeView.vue +++ b/src/views/HomeView.vue @@ -20,7 +20,7 @@
-
+

{{newscatagary[0]?.name}}

@@ -70,7 +70,7 @@
-
+

{{newscatagary[1]?.name}}

@@ -567,7 +567,7 @@ } .content-right { - width: 66%; + width: 67%; } .shares h5 { From 718ba5a868b7594c91e986d8f37b661097d76b18 Mon Sep 17 00:00:00 2001 From: 77 <270260644@qq.com> Date: Tue, 6 Aug 2024 17:18:29 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E8=AF=A6=E6=83=85=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E5=86=85=E5=AE=B9=E5=AE=BD=E5=BA=A6=E6=94=B9=E4=B8=BA70%?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/projectdetail.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/views/projectdetail.vue b/src/views/projectdetail.vue index b934cf6..b09528f 100644 --- a/src/views/projectdetail.vue +++ b/src/views/projectdetail.vue @@ -263,6 +263,10 @@ li { font-size: 14px; color: #666666; } +.cont{ + width: 70%; + margin: 0 auto; +} .cont >>> img{ max-width:500px; }