fix: [QA|디자인QA] 개선 및 버그 수정

This commit is contained in:
최만억 (Jo)
2025-11-28 05:35:10 +00:00
committed by 김채린
parent 43e5df34fc
commit d135e1ee71
3 changed files with 86 additions and 69 deletions

View File

@@ -266,7 +266,7 @@ onUnmounted(() => {
<div
v-if="!teleport && isOpen"
:class="[
'absolute z-[10] flex items-center justify-center w-[280px] py-[8px] px-[12px] rounded-[4px]',
'absolute z-[10] flex items-center justify-center w-max max-w-[280px] py-[8px] px-[12px] rounded-[4px]',
]"
:style="[
isPositions.isTop
@@ -295,7 +295,7 @@ onUnmounted(() => {
v-if="!$slots.panel"
v-dompurify-html="props.content"
:class="[
`relative flex items-center justify-center w-full text-${props.textAlign} text-[${props.fontSize}] font-[${props.fontWeight}] leading-[${props.lineHeight}] tracking-[${props.letterSpacing}]`,
`relative flex items-center justify-center text-${props.textAlign} text-[${props.fontSize}] font-[${props.fontWeight}] leading-[${props.lineHeight}] tracking-[${props.letterSpacing}]`,
]"
:style="[`color: ${props.textColor};`]"
></p>