From e09641d7a40627b9dc3545dbdf1451a0f357bd94 Mon Sep 17 00:00:00 2001 From: liuzhiyuan <> Date: Thu, 31 Jul 2025 16:20:36 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E5=B7=A5=E7=A8=8B?= =?UTF-8?q?=E7=A0=94=E7=A9=B6=E4=B8=AD=E5=BF=83=E8=AF=84=E4=BC=B0=20tips?= =?UTF-8?q?=20=E9=81=AE=E6=8C=A1=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/LabDetail.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/LabDetail.vue b/src/components/LabDetail.vue index 8fdd2f3..f387539 100644 --- a/src/components/LabDetail.vue +++ b/src/components/LabDetail.vue @@ -923,10 +923,10 @@ watch(filteredLabs, () => { .lab-card { box-sizing: border-box; - flex: 0 0 calc((100% - 40px) / 3); + flex: 0 0 calc((100% - 41px) / 3); background-color: #1f3266; border-radius: 8px; - overflow: hidden; + border: 1px solid rgba(73,134,255,0.3); display: flex; flex-direction: column; @@ -1191,6 +1191,7 @@ watch(filteredLabs, () => { line-height: 1.5; pointer-events: none; /* 确保不影响鼠标事件 */ margin-bottom: 10px; /* 与文本的距离 */ + width: 25vw; } /* 气泡的小箭头 */