C端小程序
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.

7 lines
304 B

  1. <view class="i-class i-spin i-spin-{{ size }} {{ fix ? 'i-spin-fix' : '' }} {{ custom ? 'i-spin-show-text' : '' }} {{ fullscreen ? 'i-spin-fullscreen' : '' }}">
  2. <div class="i-spin-main">
  3. <view class="i-spin-dot"></view>
  4. <div class="i-spin-text"><slot></slot></div>
  5. </div>
  6. </view>