Merge pull request #9237 from Hsirius/feat-alert-editor-style

style: 修复Alert在编辑时样式和预览时样式不一致问题
This commit is contained in:
hsm-lv 2023-12-29 17:29:15 +08:00 committed by GitHub
commit 2b064a6263
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,6 +48,7 @@
}
.#{$ns}Alert-desc {
min-height: #{px2rem(24px)};
line-height: #{px2rem(24px)};
}
}