Skip to content

Commit e8f5aab

Browse files
SkyBird233MingcongBai
authored andcommitted
fix: fix CategorySecond
1 parent fa9dd9e commit e8f5aab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/CategorySecond.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const props = defineProps({
88
</script>
99
<template>
1010
<div
11-
class="theme-bg-color-secondary-static m-p flex h-[2rem] items-center items-end justify-between px-[10px] py-[5px] leading-none text-white select-none">
11+
class="theme-bg-color-secondary-static m-p flex h-[2rem] items-center justify-between px-[10px] py-[5px] leading-none text-white select-none">
1212
<span>
1313
{{ props.title }}
1414
</span>

0 commit comments

Comments
 (0)