style: 解决 Alert 提示组件标题存在链接时文字错位问题 (#6711)

This commit is contained in:
2024-10-14 17:41:17 +08:00 committed by GitHub
parent efcf17e47c
commit 556441d811
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,3 +23,8 @@ body,
.el-switch--small,.is-checked .el-switch__core::after {
margin-left: 12px !important;
}
.el-alert__title {
display: flex;
align-items: center;
}