mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-26 03:26:35 +08:00
13 lines
392 B
Plaintext
13 lines
392 B
Plaintext
<van-panel title='基本用法'>
|
|
<view class="capsule-demo">
|
|
<van-capsule leftText="折扣" rightText="限购一份" />
|
|
<van-capsule type="danger" leftText="折扣" rightText="限购一份" />
|
|
</view>
|
|
</van-panel>
|
|
|
|
<van-panel title='自定义颜色'>
|
|
<view class="capsule-demo">
|
|
<van-capsule color="#38f" leftText="折扣" rightText="限购一份" />
|
|
</view>
|
|
</van-panel>
|