fix: 微课视频生成和数字讲师列表排版
This commit is contained in:
@@ -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(() => {
|
||||
|
||||
Reference in New Issue
Block a user