dk-divider.wxml 287 B

12
  1. <!-- 用于将内容分隔为多个区域。 后续可以继续变化和增加-->
  2. <view style="{{style}} {{'height:' + height + ';width: 100%;margin-top:' + marginTop + ';margin-bottom:' + marginBottom + ';background-color: var(--divider-text-color,' + backgroundColor + ');'}}"></view>