diff --git a/src/components/SectionTile/index.vue b/src/components/SectionTile/index.vue index b676ceb..51252ab 100644 --- a/src/components/SectionTile/index.vue +++ b/src/components/SectionTile/index.vue @@ -55,7 +55,9 @@ const shadowText = "[text-shadow:0_1px_3px_rgba(0,0,0,0.55),0_2px_14px_rgba(0,0, /** 文字块定位:通高卡稍微下移,半高卡收紧 */ const titleBoxCls = computed(() => - isTall.value ? "absolute left-[15px] right-[13px] top-[15px] z-[2]" : "absolute left-[13px] right-[12px] top-3 z-[2]" + isTall.value + ? "pointer-events-none absolute left-[15px] right-[13px] top-[15px] z-[2]" + : "pointer-events-none absolute left-[13px] right-[12px] top-3 z-[2]" ); const titleCls = computed(() => @@ -106,7 +108,7 @@ const onTap = () => goCatalog(props.section.section_key); - + @@ -117,14 +119,14 @@ const onTap = () => goCatalog(props.section.section_key); - + ({ - - + + + class="pointer-events-none absolute right-[14px] bottom-[52px] h-[22px] px-[10px] rounded-full flex items-center text-[11px] text-white bg-[rgba(6,26,19,0.44)] border-[0.5px] border-[rgba(255,255,255,0.24)]"> {{ current + 1 }} / {{ images.length }} - +