智慧申请系统
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.

9 lines
193 B

  1. <view
  2. wx:if="{{ title }}"
  3. class="van-cell-group__title"
  4. >
  5. {{ title }}
  6. </view>
  7. <view class="custom-class van-cell-group {{ border ? 'van-hairline--top-bottom' : '' }}">
  8. <slot />
  9. </view>