Skip to content

Commit 062ee74

Browse files
kagolgitee-org
authored andcommitted
!258 fix: 修复icon定位问题
Merge pull request !258 from devin/dev
2 parents e0f74f0 + 1214a14 commit 062ee74

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

docs/components/progress/index.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,12 @@
5151
</div>
5252
<div class="progress-container-circle">
5353
<d-progress :isCircle="true" :percentage="80" barbgcolor="#50D4AB">
54-
<d-icon
55-
name="right"
56-
color="#3dcca6"
57-
class="icon-position"
58-
/>
54+
<span class="icon-position">
55+
<d-icon
56+
name="right"
57+
color="#3dcca6"
58+
/>
59+
</span>
5960
</d-progress>
6061
</div>
6162
</section>

0 commit comments

Comments
 (0)