water_xcx/miniprogram_npm/tdesign-miniprogram/cell-group/cell-group.wxml

5 lines
221 B
Plaintext
Raw Normal View History

2025-04-15 15:44:51 +08:00
<view wx:if="{{ title }}" class="{{ classPrefix }}__title {{prefix}}-class-title"> {{ title }} </view>
<view class="{{prefix}}-class {{ classPrefix }} {{ bordered ? classPrefix + '--bordered' : '' }}">
<slot />
</view>