Browse Source

fix: 修复taro h5环境下不展示圆环问题

Drjnigfubo 3 years ago
parent
commit
01974f895a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/packages/__VUE/circleprogress/index.taro.vue

+ 1 - 1
src/packages/__VUE/circleprogress/index.taro.vue

@@ -1,6 +1,6 @@
 <template>
   <div :class="classes" :style="{ height: radius * 2 + 'px', width: radius * 2 + 'px' }">
-    <view :style="style"></view>
+    <div :style="style"></div>
     <div class="nut-circleprogress-text">
       <slot></slot>
       <span v-if="!slotDefault">{{ progress }}%</span>