后台布局

This commit is contained in:
李琦
2026-01-16 12:21:10 +08:00
parent 080a964e34
commit 1eeeaf03ba
3 changed files with 86 additions and 26 deletions

View File

@@ -323,6 +323,7 @@ const topPostsOption = computed(() => ({
},
yAxis: {
type: 'category',
inverse: true,
data: stats.value.topPosts?.map((i: any) => i.title.length > 10 ? i.title.substring(0, 10) + '...' : i.title) || [],
axisLabel: { color: '#ccc' }
},