mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
feat(Dialog): update border radius (#2158)
This commit is contained in:
parent
e81c2689f2
commit
c1c8979539
@ -1,48 +1,26 @@
|
|||||||
<demo-block title="提示弹窗" padding>
|
<demo-block title="提示弹窗" padding>
|
||||||
<van-button
|
<van-button type="primary" class="demo-margin-right" bind:click="onClickAlert">
|
||||||
plain
|
|
||||||
type="primary"
|
|
||||||
class="demo-margin-right"
|
|
||||||
bind:click="onClickAlert"
|
|
||||||
>
|
|
||||||
提示弹窗
|
提示弹窗
|
||||||
</van-button>
|
</van-button>
|
||||||
<van-button
|
<van-button type="primary" bind:click="onClickAlert2">
|
||||||
plain
|
|
||||||
type="primary"
|
|
||||||
bind:click="onClickAlert2"
|
|
||||||
>
|
|
||||||
提示弹窗(无标题)
|
提示弹窗(无标题)
|
||||||
</van-button>
|
</van-button>
|
||||||
</demo-block>
|
</demo-block>
|
||||||
|
|
||||||
<demo-block title="确认弹窗" padding>
|
<demo-block title="确认弹窗" padding>
|
||||||
<van-button
|
<van-button type="primary" bind:click="onClickConfirm">
|
||||||
plain
|
|
||||||
type="primary"
|
|
||||||
bind:click="onClickConfirm"
|
|
||||||
>
|
|
||||||
确认弹窗
|
确认弹窗
|
||||||
</van-button>
|
</van-button>
|
||||||
</demo-block>
|
</demo-block>
|
||||||
|
|
||||||
<demo-block title="异步关闭" padding>
|
<demo-block title="异步关闭" padding>
|
||||||
<van-button
|
<van-button type="primary" bind:click="onClickAsyncClose">
|
||||||
plain
|
|
||||||
type="primary"
|
|
||||||
bind:click="onClickAsyncClose"
|
|
||||||
>
|
|
||||||
异步关闭
|
异步关闭
|
||||||
</van-button>
|
</van-button>
|
||||||
</demo-block>
|
</demo-block>
|
||||||
|
|
||||||
<demo-block title="组件调用" padding>
|
<demo-block title="组件调用" padding>
|
||||||
<van-button
|
<van-button type="primary" class="demo-margin-right" bind:click="showCustomDialog">
|
||||||
plain
|
|
||||||
type="danger"
|
|
||||||
class="demo-margin-right"
|
|
||||||
bind:click="showCustomDialog"
|
|
||||||
>
|
|
||||||
组件调用
|
组件调用
|
||||||
</van-button>
|
</van-button>
|
||||||
<van-dialog
|
<van-dialog
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
.demo-image {
|
.demo-image {
|
||||||
|
box-sizing: border-box;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 25px 20px 0;
|
padding: 25px 20px 0;
|
||||||
box-sizing: border-box;
|
|
||||||
}
|
}
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
width: 320px;
|
width: 320px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
border-radius: 4px;
|
border-radius: 16px;
|
||||||
.theme(background-color, '@white');
|
.theme(background-color, '@white');
|
||||||
|
|
||||||
@media (max-width: 321px) {
|
@media (max-width: 321px) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user