You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1 line
552 B

3 years ago
<view class="uni-section"><view class="uni-section-header" nvue="{{true}}"><block wx:if="{{type}}"><view class="uni-section__head"><view class="{{['uni-section__head-tag',type]}}"></view></view></block><view class="uni-section__content"><text class="{{['uni-section__content-title',(!subTitle)?'distraction':'']}}" style="{{'color:'+(color)+';'}}">{{title}}</text><block wx:if="{{subTitle}}"><text class="uni-section__content-sub">{{subTitle}}</text></block></view></view><view style="{{'padding:'+(padding?'10px':'')+';'}}"><slot></slot></view></view>