From 022947ac0196e53557a745ded387a89d21421a0b Mon Sep 17 00:00:00 2001 From: jscyl13849007907 <13849007907@163.com> Date: Wed, 5 Feb 2025 18:09:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=B8=8B=E8=BD=BD=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E5=92=8C=E5=8F=91=E5=B8=83=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/FirstJob/components/promotion.vue | 2 +- .../FirstJob/components/rightPanel/active.vue | 4 ++-- .../FirstJob/components/rightPanel/hot.vue | 4 ++-- .../FirstJob/components/rightPanel/recommend.vue | 2 +- .../FirstJob/components/rightPanel/sponsor.vue | 2 +- src/views/main.vue | 20 ++++++++++++++++++++ 6 files changed, 27 insertions(+), 7 deletions(-) diff --git a/src/components/FirstJob/components/promotion.vue b/src/components/FirstJob/components/promotion.vue index b057d33..d62ad64 100644 --- a/src/components/FirstJob/components/promotion.vue +++ b/src/components/FirstJob/components/promotion.vue @@ -93,7 +93,7 @@ // border: 1px solid #dcdcdc; padding: 16px; background-color: #fff; - margin-bottom: 12px; + margin-bottom: 16px; transition: all 0.2s; cursor: pointer; position: relative; diff --git a/src/components/FirstJob/components/rightPanel/active.vue b/src/components/FirstJob/components/rightPanel/active.vue index 5367e3d..6c9de2a 100644 --- a/src/components/FirstJob/components/rightPanel/active.vue +++ b/src/components/FirstJob/components/rightPanel/active.vue @@ -78,8 +78,8 @@ border-radius: 8px; box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px; padding: 16px; - margin-top: 32px; - margin-bottom: 32px; + margin-top: 16px; + margin-bottom: 16px; .m-title{ color: rgb(0,0,0); line-height: 1.5; diff --git a/src/components/FirstJob/components/rightPanel/hot.vue b/src/components/FirstJob/components/rightPanel/hot.vue index 8eed65a..464c5d0 100644 --- a/src/components/FirstJob/components/rightPanel/hot.vue +++ b/src/components/FirstJob/components/rightPanel/hot.vue @@ -55,7 +55,7 @@ let that = this; const { data } = await JobListApi({ pageNum: 1, - pageSize: 8, + pageSize: 10, jobCategory: 608, sortTag:3 }); @@ -90,7 +90,7 @@ } .m-list{ .item{ - margin-bottom: 22px; + margin-bottom: 16px; .key{ width: 20px; font-size: 14px; diff --git a/src/components/FirstJob/components/rightPanel/recommend.vue b/src/components/FirstJob/components/rightPanel/recommend.vue index 172cba7..7d86bcb 100644 --- a/src/components/FirstJob/components/rightPanel/recommend.vue +++ b/src/components/FirstJob/components/rightPanel/recommend.vue @@ -74,7 +74,7 @@ border-radius: 8px; box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px; padding: 16px; - margin-top: 32px; + margin-top: 16px; .m-title{ color: rgb(0,0,0); line-height: 1.5; diff --git a/src/components/FirstJob/components/rightPanel/sponsor.vue b/src/components/FirstJob/components/rightPanel/sponsor.vue index 2a5b0f3..70cc589 100644 --- a/src/components/FirstJob/components/rightPanel/sponsor.vue +++ b/src/components/FirstJob/components/rightPanel/sponsor.vue @@ -79,7 +79,7 @@ border-radius: 8px; box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px; padding: 16px; - margin-top: 32px; + margin-top: 16px; .m-title{ color: rgb(0,0,0); line-height: 1.5; diff --git a/src/views/main.vue b/src/views/main.vue index 87d088c..44b4f68 100644 --- a/src/views/main.vue +++ b/src/views/main.vue @@ -73,6 +73,9 @@ +
  • + 产品下载 +
  • @@ -178,6 +181,14 @@ +
    +
    + +
    +
    @@ -1412,4 +1426,10 @@ export default { border-radius: 2px; margin-right: 8px; } +.edit-obj{ + cursor: pointer; + &:hover{ + opacity: 1; + } +}