1
0
mirror of https://gitee.com/vant-contrib/vant-weapp.git synced 2025-04-06 03:58:05 +08:00

feat(Popup): update border radius ()

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
example/pages/popup
packages/common/style

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

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