From 4d81265f97d4a7ee421ef5ed3692db912b043ffb Mon Sep 17 00:00:00 2001 From: duanliang <540489889@qq.com> Date: Sun, 25 Jan 2026 19:05:28 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E6=A0=B7=E5=BC=8F=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Title1/index.vue | 2 +- src/components/Title3/index.vue | 1 - src/views/home/components/box-2.vue | 26 +++++++++++--- src/views/home/components/vacancy.vue | 8 ++--- src/views/workOrder/components/box-2.vue | 8 +++-- src/views/workOrder/components/box-3.vue | 12 +++++-- src/views/workOrder/components/newsRate.vue | 13 +++---- src/views/workOrder/components/spotRate.vue | 38 +++++++++++++++++---- 8 files changed, 78 insertions(+), 30 deletions(-) diff --git a/src/components/Title1/index.vue b/src/components/Title1/index.vue index ba68039..ad9f9f4 100644 --- a/src/components/Title1/index.vue +++ b/src/components/Title1/index.vue @@ -21,7 +21,7 @@ position: relative; .title { margin: vh(20) auto; - width: vw(450); + width: vw(640); height: vh(66); display: flex; align-items: center; diff --git a/src/components/Title3/index.vue b/src/components/Title3/index.vue index efcf28a..b2c3f51 100644 --- a/src/components/Title3/index.vue +++ b/src/components/Title3/index.vue @@ -21,7 +21,6 @@ margin-top: vh(20); background-image: url('@/assets/images/title-6.png'); background-size: 100% 100%; - & > span { position: absolute; bottom: vh(4); diff --git a/src/views/home/components/box-2.vue b/src/views/home/components/box-2.vue index daefdfc..adff2a5 100644 --- a/src/views/home/components/box-2.vue +++ b/src/views/home/components/box-2.vue @@ -1,6 +1,7 @@