fix. sns 버튼 동작 수정

This commit is contained in:
clkim
2025-11-05 15:05:09 +09:00
parent 49442f7760
commit 6b1b9885a0
3 changed files with 22 additions and 25 deletions

View File

@@ -45,7 +45,7 @@ watch(videoSrc, () => {
</script>
<template>
<div class="absolute inset-0 w-full h-full">
<div class="overflow-hidden absolute inset-0 w-full h-full">
<!-- 이미지 타입 -->
<div
v-if="isTypeImage(resourcesData?.resource_type) && imageSrc"