Skip to content

Commit 8714f8a

Browse files
committed
chore: update course pack page header styling
1 parent c4cdefa commit 8714f8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/client/pages/course-pack/index.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22
<div class="flex w-full flex-col">
3-
<h2 class="mb-4 text-2xl font-bold">多课程包</h2>
3+
<h2 class="mb-4 text-center text-3xl dark:border-gray-600">课程包列表</h2>
44
<template v-if="isLoading">
55
<Loading></Loading>
66
</template>

0 commit comments

Comments
 (0)