♻️: 合并冲突

更新文档
This commit is contained in:
就眠儀式 2022-06-21 16:11:26 +08:00
parent 41c1572df4
commit 0da9c85470

View File

@ -86,12 +86,11 @@ const getCircleColor = computed(() => {
></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"
style="
stroke-width: 51px;
fill: none;
stroke-linecap: round;
"
:style="{ strokeDasharray: getStrokeDasharray,stroke:getCircleColor }"
style="stroke-width: 51px; fill: none; stroke-linecap: round"
:style="{
strokeDasharray: getStrokeDasharray,
stroke: getCircleColor,
}"
></path>
</svg>
<div class="lay-progress-circle__text" v-if="showText">
@ -110,4 +109,4 @@ const getCircleColor = computed(() => {
</span>
</div>
</div>
</template>
</template>