feat(Popup): update border radius (#2083)

This commit is contained in:
neverland 2019-09-23 17:59:16 +08:00 committed by GitHub
parent 13c8df1f25
commit b38672c8e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
<van-cell title="展示弹出层" is-link bind:click="showBasic" /> <van-cell title="展示弹出层" is-link bind:click="showBasic" />
<van-popup <van-popup
show="{{ show.basic }}" show="{{ show.basic }}"
custom-style="padding: 30px 50px" custom-style="padding: 16px 16px 160px"
bind:close="hideBasic" bind:close="hideBasic"
> >
内容 内容

View File

@ -107,7 +107,7 @@
@overlay-background-color: rgba(0, 0, 0, 0.7); @overlay-background-color: rgba(0, 0, 0, 0.7);
// Popup // Popup
@popup-round-border-radius: 12px; @popup-round-border-radius: 20px;
@popup-close-icon-size: 18px; @popup-close-icon-size: 18px;
@popup-close-icon-color: @gray-dark; @popup-close-icon-color: @gray-dark;
@popup-close-icon-margin: 16px; @popup-close-icon-margin: 16px;