Skip to content

Commit 970c28d

Browse files
authored
规范格式
1 parent 211b66e commit 970c28d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uview-ui/components/u-upload/u-upload.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<u-icon class="u-icon" :name="delIcon" size="20" :color="delColor"></u-icon>
2222
</view>
2323
<u-line-progress
24-
v-if="showProgress && item.progress > 0 && item.progress !=100 && !item.error"
24+
v-if="showProgress && item.progress > 0 && item.progress != 100 && !item.error"
2525
:show-percent="false"
2626
height="16"
2727
class="u-progress"

0 commit comments

Comments
 (0)