From 253428e37835e92cb95228ecbfd45cf897efd482 Mon Sep 17 00:00:00 2001 From: WindowBird <13870814+windows-bird@user.noreply.gitee.com> Date: Tue, 11 Nov 2025 15:46:23 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B7=9F=E8=BF=9B=E5=8A=A8=E6=80=81=E5=88=97?= =?UTF-8?q?=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/customer-detail/FollowupTab.vue | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/components/customer-detail/FollowupTab.vue b/components/customer-detail/FollowupTab.vue index 8ca26ae..545cd38 100644 --- a/components/customer-detail/FollowupTab.vue +++ b/components/customer-detail/FollowupTab.vue @@ -21,7 +21,6 @@ /> {{ item.userName }} - {{ item.content }} @@ -29,6 +28,7 @@ 🕐 {{ formatTimeOnly(item.followTime) }} + @@ -196,6 +196,8 @@ const handleFollowupClick = (item) => { background-color: #ffffff; border-radius: 12px; padding: 16px; + padding-right: 32px; /* 为右侧箭头预留空间 */ + cursor: pointer; position: relative; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); @@ -251,6 +253,10 @@ const handleFollowupClick = (item) => { color: #d0d0d0; font-weight: 300; transition: color 0.2s ease; + position: absolute; + right: 12px; + top: 50%; + transform: translateY(-50%); } .followup-item:active .followup-arrow {