feat: 修复alert在编辑时样式和预览时样式不一致问题

This commit is contained in:
sailei 2023-12-26 11:32:59 +08:00
parent 082b0d6398
commit 5411765ae7

View File

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