Skip to content

Commit

Permalink
fix: text overflow on mobile manage index title
Browse files Browse the repository at this point in the history
Signed-off-by: ZTL-UwU <zhangtianli2006@163.com>
  • Loading branch information
ZTL-UwU committed Dec 28, 2023
1 parent 6c2a3eb commit 731050f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/manage/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ onMounted(async () => {
<ChevronDown v-if="!showActions" class="w-4 h-4" />
<ChevronUp v-else class="w-4 h-4" />
</UiButton>
<TimeAvailability show-button borderless class="w-full" />
<TimeAvailability borderless class="w-full" @click="navigateTo('/manage/time')" />
</UiCardHeader>
<UiCardContent v-if="showActions" class="px-4 pb-4">
<UiButton variant="outline" class="mt-2 w-full" :disabled="!arrangement" @click="copySongInfo">
Expand Down

0 comments on commit 731050f

Please sign in to comment.