fix. 모달 버튼 탭 겹치는 현상 수정
This commit is contained in:
@@ -93,7 +93,7 @@ watch(isOpen, newVal => {
|
||||
:class="[
|
||||
'content-tex',
|
||||
'use-base',
|
||||
{ 'is-visible': isVisible(index) },
|
||||
{ 'is-hidden': !isVisible(index) },
|
||||
]"
|
||||
/>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user