Skip to content

Commit

Permalink
fixed overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
MEEP00H committed Oct 5, 2023
1 parent ff2a216 commit a160066
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions components/expore/SurveyByKeyword.vue
Original file line number Diff line number Diff line change
Expand Up @@ -204,10 +204,14 @@
></div>
<!--  number -->
<div
class="z-[20] wv-b7 font-bold"
class="z-[20] wv-b7 font-bold relative"
v-if="isMillion && selectFilter === filterOrganize[0]"
>
{{ convertMillion(item.amount) }}
<div
class="absolute left-[50%] translate-x-[-50%] translate-y-[-100%]"
>
{{ convertMillion(item.amount) }}
</div>
</div>
<div
class="z-[20] wv-b7 font-bold"
Expand Down

0 comments on commit a160066

Please sign in to comment.