mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
* feat(dialog): add new prop beforeClose * docs(dialog): update doc & example fix #3769 * docs(dialog): fix component demo fix #3812
23 lines
350 B
Plaintext
23 lines
350 B
Plaintext
@import '../../dist/common/index.wxss';
|
|
|
|
.demo-block__title {
|
|
margin: 0;
|
|
padding: 20px 15px 15px;
|
|
color: rgba(69, 90, 100, 0.6);
|
|
font-weight: 400;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.demo-block__card {
|
|
overflow: hidden;
|
|
border-radius: 8px;
|
|
}
|
|
|
|
.demo-block--padding {
|
|
padding: 0 15px;
|
|
}
|
|
|
|
.demo-block--padding .demo-block__title {
|
|
padding-left: 0;
|
|
}
|