fix(components): [el-alert] change the border-radius variable (#3271)

This commit is contained in:
btea 2021-09-07 13:31:14 +08:00 committed by GitHub
parent 1d445d7ad2
commit 0b1f74154b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@
padding: var(--el-alert-padding);
margin: 0;
box-sizing: border-box;
border-radius: var(--el-alert-border-radius);
border-radius: var(--el-alert-border-radius-base);
position: relative;
background-color: var(--el-color-white);
overflow: hidden;