mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-02-25 07:14:43 +08:00
style: 解决 Alert 提示组件标题存在链接时文字错位问题 (#6711)
This commit is contained in:
parent
efcf17e47c
commit
556441d811
1 changed files with 5 additions and 0 deletions
|
@ -23,3 +23,8 @@ body,
|
||||||
.el-switch--small,.is-checked .el-switch__core::after {
|
.el-switch--small,.is-checked .el-switch__core::after {
|
||||||
margin-left: 12px !important;
|
margin-left: 12px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.el-alert__title {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue