手机端适配页面样式调整
This commit is contained in:
@@ -30,7 +30,7 @@ function Alert({
|
||||
<div
|
||||
data-slot="alert"
|
||||
role="alert"
|
||||
className={merge(alertVariants({variant}), className)}
|
||||
className={merge(alertVariants({variant}), className, 'py-0')}
|
||||
{...props}
|
||||
/>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user