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;