mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
feat(Popup): update border radius of round popup (#4514)
This commit is contained in:
parent
76ac9f71d1
commit
fa5bf00ff1
@ -21,7 +21,7 @@ export default {
|
||||
.van-doc-demo-block {
|
||||
&__title {
|
||||
margin: 0;
|
||||
padding: 35px 15px 15px;
|
||||
padding: 32px 16px 16px;
|
||||
color: @van-doc-text-light-blue;
|
||||
font-weight: normal;
|
||||
font-size: 14px;
|
||||
|
@ -439,7 +439,7 @@
|
||||
// Popup
|
||||
@popup-background-color: @white;
|
||||
@popup-transition: transform @animation-duration-base ease-out;
|
||||
@popup-round-border-radius: 20px;
|
||||
@popup-round-border-radius: 12px;
|
||||
@popup-close-icon-size: 18px;
|
||||
@popup-close-icon-color: @gray-dark;
|
||||
@popup-close-icon-margin: 16px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user