♻️: 合并冲突
更新文档
This commit is contained in:
parent
41c1572df4
commit
0da9c85470
@ -86,12 +86,11 @@ const getCircleColor = computed(() => {
|
|||||||
></path>
|
></path>
|
||||||
<path
|
<path
|
||||||
d="M 530 530 m 0, -500 a 500, 500 0 1, 1 0, 1000 a 500, 500 0 1, 1 0, -1000"
|
d="M 530 530 m 0, -500 a 500, 500 0 1, 1 0, 1000 a 500, 500 0 1, 1 0, -1000"
|
||||||
style="
|
style="stroke-width: 51px; fill: none; stroke-linecap: round"
|
||||||
stroke-width: 51px;
|
:style="{
|
||||||
fill: none;
|
strokeDasharray: getStrokeDasharray,
|
||||||
stroke-linecap: round;
|
stroke: getCircleColor,
|
||||||
"
|
}"
|
||||||
:style="{ strokeDasharray: getStrokeDasharray,stroke:getCircleColor }"
|
|
||||||
></path>
|
></path>
|
||||||
</svg>
|
</svg>
|
||||||
<div class="lay-progress-circle__text" v-if="showText">
|
<div class="lay-progress-circle__text" v-if="showText">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user