line.wxml 160 B

123
  1. <template name="line">
  2. <view style="border-top: 1rpx {{item.borderStyle}} {{item.color}};margin:{{item.margin}}px {{item.padding}}px;"></view>
  3. </template>