Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
mlaj
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2025-06-13 16:41:55 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6b72cc84426093a875c84298964259d4239d3c64
6b72cc84
1 parent
1df88909
style(StudyDetailPage): 调整课程标题字体样式条件
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/study/StudyDetailPage.vue
src/views/study/StudyDetailPage.vue
View file @
6b72cc8
...
...
@@ -223,7 +223,7 @@
<div v-if="lesson.progress > 0 && lesson.progress < 100"
class="absolute top-2 right-2 px-2 py-1 bg-green-100 text-green-600 text-xs rounded">
上次看到</div>
<div class="text-black text-base
font-medium mb-2" :class="{ 'text-green-600
' : courseId == lesson.id }">{{ lesson.title }}</div>
<div class="text-black text-base
mb-2" :class="{ 'text-green-600 font-medium
' : courseId == lesson.id }">{{ lesson.title }}</div>
<div class="flex items-center text-sm text-gray-500">
<span>{{ course_type_maps[lesson.course_type] }}</span>
<span v-if="course_type_maps[lesson.course_type]" class="mx-2">|</span>
...
...
Please
register
or
login
to post a comment