Skip to content

Commit

Permalink
🎨 格式化代码
Browse files Browse the repository at this point in the history
  • Loading branch information
WOSHIZHAZHA120 committed May 10, 2024
1 parent 5ec72e9 commit 191ce26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/info-tr-chart.vue
Original file line number Diff line number Diff line change
Expand Up @@ -215,14 +215,14 @@ onMounted(() => {

<template>
<div class="relative w-143.75 h-68.75 bg-[linear-gradient(222.34deg,#525252_11.97%,#1d1916_89.73%)]">
<v-chart v-if="show" :option="option" />
<v-chart v-if="show" :option="option"/>

<div class="absolute left-6 top-4.75 text-6.25 fw-extrabold text-[#fafafa]">
Tetra Rating (TR)
</div>

<div class="absolute left-6 top-22.5">
<slot />
<slot/>
</div>
</div>
</template>

0 comments on commit 191ce26

Please sign in to comment.