Skip to content

Commit d923b79

Browse files
committed
fix: remove unnecessary elements from category detail panel
- Eliminated the separator and relative time display from the category detail panel to streamline the UI. - This change enhances the clarity and focus of the category information presented to users. Signed-off-by: Innei <tukon479@gmail.com>
1 parent b8cb7f6 commit d923b79

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/views/manage-posts/category.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -669,8 +669,6 @@ const CategoryDetailPanel = defineComponent({
669669
</div>
670670
<div class="mt-2 flex items-center gap-3 text-xs text-neutral-500 dark:text-neutral-400">
671671
<span>{props.category.count} 篇文章</span>
672-
<span>·</span>
673-
<RelativeTime time={props.category.modified} />
674672
</div>
675673
</div>
676674
</div>

0 commit comments

Comments
 (0)