From 6e09702db5ec2a98cbb82dcf38ae72c4dd5da5fe Mon Sep 17 00:00:00 2001 From: xiebing Date: Tue, 11 Nov 2025 16:37:00 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AE=80=E5=8E=86=E7=9B=B8=E5=85=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/common.css | 2 +- common/globalFunction.js | 4 ++-- packageA/pages/myResume/myResume.vue | 9 +++++---- packageA/pages/vCard/vCard.vue | 14 +++++++++----- pages/mine/mine.vue | 3 ++- 5 files changed, 19 insertions(+), 13 deletions(-) diff --git a/common/common.css b/common/common.css index 5f1f248..7e4329d 100644 --- a/common/common.css +++ b/common/common.css @@ -67,7 +67,7 @@ html { } .btn-feel { - transition: transform 0.18s ease; + transition: transform 0.15s ease; transform-style: preserve-3d; } diff --git a/common/globalFunction.js b/common/globalFunction.js index dce89fa..4bea4d7 100644 --- a/common/globalFunction.js +++ b/common/globalFunction.js @@ -75,7 +75,7 @@ export const navTo = function(url, { url: '/pages/login/login' }); isJumping=false - }, 190); + }, 170); return; } @@ -95,7 +95,7 @@ export const navTo = function(url, { url: finalUrl }); isJumping=false - }, 190); + }, 170); }; export const navBack = function({ diff --git a/packageA/pages/myResume/myResume.vue b/packageA/pages/myResume/myResume.vue index 99689ea..d0fa00f 100644 --- a/packageA/pages/myResume/myResume.vue +++ b/packageA/pages/myResume/myResume.vue @@ -26,7 +26,8 @@ - + + @@ -42,7 +43,7 @@ 求职期望 - + 期望薪资: @@ -65,8 +66,8 @@ 工作经历 - - 添加 + + 添加 diff --git a/packageA/pages/vCard/vCard.vue b/packageA/pages/vCard/vCard.vue index 3a1ce33..1386c68 100644 --- a/packageA/pages/vCard/vCard.vue +++ b/packageA/pages/vCard/vCard.vue @@ -7,10 +7,11 @@ - + - + + @@ -50,7 +51,7 @@ - + 个人技能 @@ -63,7 +64,7 @@ 暂无个人技能 - + 关键经历 @@ -76,7 +77,7 @@ 暂无关键经历 - + 荣誉及证书情况 @@ -195,6 +196,9 @@ image { width: 160rpx; height: 160rpx; margin-right: 24rpx; + image{ + border-radius: 50%; + } } .info-right { height: 160rpx; diff --git a/pages/mine/mine.vue b/pages/mine/mine.vue index 479d4d5..71f10a4 100644 --- a/pages/mine/mine.vue +++ b/pages/mine/mine.vue @@ -2,7 +2,8 @@ - + +