Unverified Commit 970c28da authored by nadirvishun's avatar nadirvishun Committed by GitHub

规范格式

parent 211b66e2
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
<u-icon class="u-icon" :name="delIcon" size="20" :color="delColor"></u-icon> <u-icon class="u-icon" :name="delIcon" size="20" :color="delColor"></u-icon>
</view> </view>
<u-line-progress <u-line-progress
v-if="showProgress && item.progress > 0 && item.progress !=100 && !item.error" v-if="showProgress && item.progress > 0 && item.progress != 100 && !item.error"
:show-percent="false" :show-percent="false"
height="16" height="16"
class="u-progress" class="u-progress"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment