mirror of
https://github.com/element-plus/element-plus.git
synced 2025-01-06 10:38:31 +08:00
fix(components): [el-alert] change the border-radius variable (#3271)
This commit is contained in:
parent
1d445d7ad2
commit
0b1f74154b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user