From 43d5bc86626659a2553c130e37494cf325955def Mon Sep 17 00:00:00 2001 From: zhonghua Date: Wed, 18 Mar 2026 14:13:57 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=95=99=E5=AD=A6=E8=B5=84=E6=BA=90?= =?UTF-8?q?=E5=8C=BA=E5=9F=9F=E5=A2=9E=E5=8A=A0=E9=97=B4=E8=B7=9D=EF=BC=8C?= =?UTF-8?q?=E9=81=BF=E5=85=8D=E5=8A=A8=E7=94=BB=E8=A2=AB=E9=81=AE=E6=8C=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made-with: Cursor --- .../src/views/teacher/lessons/components/KidsMode.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/reading-platform-frontend/src/views/teacher/lessons/components/KidsMode.vue b/reading-platform-frontend/src/views/teacher/lessons/components/KidsMode.vue index ee294d1..25d815f 100644 --- a/reading-platform-frontend/src/views/teacher/lessons/components/KidsMode.vue +++ b/reading-platform-frontend/src/views/teacher/lessons/components/KidsMode.vue @@ -1511,6 +1511,7 @@ onUnmounted(() => { .resources-section { margin-bottom: 16px; + padding: 4px 0; /* 为动画留出上下呼吸空间,避免被父级裁剪 */ .section-label { display: flex; @@ -1518,7 +1519,7 @@ onUnmounted(() => { gap: 8px; font-size: 18px; color: #8D6E63; - margin-bottom: 12px; + margin-bottom: 16px; text-transform: uppercase; letter-spacing: 1px; font-weight: 700; @@ -1530,9 +1531,9 @@ onUnmounted(() => { .resources-track { display: flex; - gap: 12px; + gap: 16px; overflow-x: auto; - padding-bottom: 8px; + padding: 16px 12px; /* 增加内边距,为 scale/shadow 动画留出空间 */ flex-wrap: wrap; &::-webkit-scrollbar {