Browse Source

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

pull/6719/head
1 month ago committed by GitHub
parent
commit
556441d811
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 5
      frontend/src/styles/reset.scss

5
frontend/src/styles/reset.scss

@ -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;
}

Loading…
Cancel
Save