feat(Popup): update border radius of round popup (#4514)

This commit is contained in:
neverland 2019-09-20 17:39:11 +08:00 committed by GitHub
parent 76ac9f71d1
commit fa5bf00ff1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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

View File

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