fix: 微课视频生成和数字讲师列表排版

This commit is contained in:
2025-02-17 19:17:08 +08:00
parent 8209a314f2
commit c3be7c20cd
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ const loginState = useLoginState()
const data_layout = ref<'grid' | 'list'>('grid')
const pagination = reactive({
page: 1,
pageSize: 15,
pageSize: 14,
})
const showSystemAvatar = ref(false)
watchEffect(() => {