loader stroke 6px
This commit is contained in:
parent
5464e8a728
commit
5b67390baf
|
@ -2,7 +2,7 @@
|
|||
<div :class="[$style.root, { [$style.inline]: inline, [$style.colored]: colored, [$style.mini]: mini }]">
|
||||
<div :class="$style.container" aria-hidden="true">
|
||||
<svg :class="[$style.spinner]" viewBox="0 0 50 50" xmlns="http://www.w3.org/2000/svg">
|
||||
<circle :class="[$style.path]" cx="25" cy="25" r="20" fill="none" stroke-width="5px" style="fill:none;stroke:currentColor;stroke-width:5px;"></circle>
|
||||
<circle :class="[$style.path]" cx="25" cy="25" r="20" fill="none" stroke-width="6px" style="fill:none;stroke:currentColor;stroke-width:6px;"></circle>
|
||||
</svg>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue