mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
feat(Popup): update border radius (#2083)
This commit is contained in:
parent
13c8df1f25
commit
b38672c8e6
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user