Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ef81sp committed Jan 6, 2025
1 parent d91f630 commit b3a9432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ExplanationBlocksSinglePaiList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ defineProps<{
<template>
<div class="flex items-center gap-x-2 lg:gap-x-4">
<p class="flex min-w-fit items-center text-sm md:text-base lg:text-lg">{{ title }}</p>
<div class="flex overflow-x-scroll md:flex-nowrap w-full">
<div class="flex w-full overflow-x-scroll md:flex-nowrap">
<VPai
v-for="(p, i) in paiList"
:pai-str="p"
Expand Down

0 comments on commit b3a9432

Please sign in to comment.