fix: [QA|디자인QA] 개선 및 버그 수정
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user