We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4cdefa commit 8714f8aCopy full SHA for 8714f8a
apps/client/pages/course-pack/index.vue
@@ -1,6 +1,6 @@
1
<template>
2
<div class="flex w-full flex-col">
3
- <h2 class="mb-4 text-2xl font-bold">多课程包</h2>
+ <h2 class="mb-4 text-center text-3xl dark:border-gray-600">课程包列表</h2>
4
<template v-if="isLoading">
5
<Loading></Loading>
6
</template>
0 commit comments