mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
[improvement] 增加无边框的panel样式
This commit is contained in:
parent
e8d37a6f78
commit
0923500d79
@ -11,6 +11,10 @@
|
||||
<view style="padding: 15px;">内容</view>
|
||||
</view>
|
||||
|
||||
<view class="zan-panel zan-panel--without-border">
|
||||
<view style="padding: 15px;">无边框的panel</view>
|
||||
</view>
|
||||
|
||||
<view class="zan-panel">
|
||||
<view style="padding: 15px;">内容</view>
|
||||
</view>
|
||||
|
@ -24,3 +24,9 @@
|
||||
.zan-panel--without-margin-top {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.zan-panel--without-border {
|
||||
&::after {
|
||||
border: 0 none;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user