From f4ce6bb646af3cd3c34e6900de7b802907ba59cf Mon Sep 17 00:00:00 2001 From: jscyl13849007907 <13849007907@163.com> Date: Wed, 5 Feb 2025 17:34:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../FirstJob/components/rightPanel/active.vue | 3 +- .../FirstJob/components/rightPanel/hot.vue | 67 ++++++++++++---------- src/components/FirstJob/joblist.vue | 4 +- 3 files changed, 41 insertions(+), 33 deletions(-) diff --git a/src/components/FirstJob/components/rightPanel/active.vue b/src/components/FirstJob/components/rightPanel/active.vue index 3367510..5367e3d 100644 --- a/src/components/FirstJob/components/rightPanel/active.vue +++ b/src/components/FirstJob/components/rightPanel/active.vue @@ -90,7 +90,8 @@ .item{ margin-bottom: 12px; border-bottom: 1px solid #dcdcdc; - height: 50px; + padding-top: 10px; + padding-bottom: 10px; .title{ color: rgb(25, 25, 25); font-size: 14px; diff --git a/src/components/FirstJob/components/rightPanel/hot.vue b/src/components/FirstJob/components/rightPanel/hot.vue index 99023fe..8eed65a 100644 --- a/src/components/FirstJob/components/rightPanel/hot.vue +++ b/src/components/FirstJob/components/rightPanel/hot.vue @@ -3,7 +3,7 @@
24小时热榜
-
+
@@ -15,6 +15,9 @@
+
+ +
@@ -29,42 +32,46 @@ diff --git a/src/components/FirstJob/joblist.vue b/src/components/FirstJob/joblist.vue index 5979761..797fec5 100644 --- a/src/components/FirstJob/joblist.vue +++ b/src/components/FirstJob/joblist.vue @@ -902,7 +902,7 @@
@@ -3852,7 +3852,7 @@ p { border-radius: 50%; position: fixed; bottom: 100px; - right: calc(50vw - 470px); + right: calc(50vw - 546px); cursor: pointer; transition: opacity 0.3s ease; opacity: 0;