mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
8 lines
246 B
Plaintext
8 lines
246 B
Plaintext
<view class="container">
|
|
<view class="zui-btns">
|
|
<button class="zui-btn zui-btn--danger">1号按钮</button>
|
|
<button class="zui-btn zui-btn--primary">1号按钮</button>
|
|
<button class="zui-btn">2号按钮</button>
|
|
</view>
|
|
</view>
|