fix. 모달 버튼 탭 겹치는 현상 수정

This commit is contained in:
clkim
2025-11-19 10:45:18 +09:00
parent e267fca18e
commit dc3d0083fc

View File

@@ -93,7 +93,7 @@ watch(isOpen, newVal => {
:class="[
'content-tex',
'use-base',
{ 'is-visible': isVisible(index) },
{ 'is-hidden': !isVisible(index) },
]"
/>
</template>