From f6fe8cba281baf3e284727cc0334bdb83e389962 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=9D=E5=BF=83?= <13773726377@163.com> Date: Wed, 10 Dec 2025 15:45:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BE=E7=89=87=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/view/CompanyIntroduction.vue | 6 +++--- src/view/JobChance.vue | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/view/CompanyIntroduction.vue b/src/view/CompanyIntroduction.vue index b945228..f210ada 100644 --- a/src/view/CompanyIntroduction.vue +++ b/src/view/CompanyIntroduction.vue @@ -363,15 +363,15 @@ margin-top: 20px; gap: 24px; } .left1{ - width: 37%; + width: 31%; height: 917.45px; } .left2{ - width: 37%; + width: 31%; height: 917.45px; } .compare1{ - width: 78%; + width:64%; margin: 40px auto; height: 540px; } diff --git a/src/view/JobChance.vue b/src/view/JobChance.vue index 1609c80..0ac5dff 100644 --- a/src/view/JobChance.vue +++ b/src/view/JobChance.vue @@ -238,7 +238,7 @@ color: #999999; .acti-gance{ display: flex; flex-wrap: wrap; - width:63%; + width:64%; margin: 30px auto; gap: 20px; }