fix
This commit is contained in:
parent
7d27fe9d26
commit
3a25dffabc
@ -128,16 +128,19 @@ onMounted(async () => {
|
|||||||
Active
|
Active
|
||||||
</VChip>
|
</VChip>
|
||||||
<div class="mt-3">
|
<div class="mt-3">
|
||||||
<VProgressLinear
|
<span class="font-weight-medium" style="float: left;">
|
||||||
v-model="profile"
|
Profile Status:
|
||||||
:color="color"
|
</span>
|
||||||
height="12"
|
<VProgressLinear
|
||||||
striped
|
v-model="profile"
|
||||||
>
|
:color="color"
|
||||||
<template #default="{ value }">
|
height="14"
|
||||||
<span>{{ Math.ceil(value) }}%</span>
|
striped
|
||||||
</template>
|
>
|
||||||
</VProgressLinear>
|
<template #default="{ value }">
|
||||||
|
<span>{{ Math.ceil(value) }}%</span>
|
||||||
|
</template>
|
||||||
|
</VProgressLinear>
|
||||||
</div>
|
</div>
|
||||||
</VCardText>
|
</VCardText>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user