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-12-02 10:39:02 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
112ea81ca739ed7592190fb7f750080d9fa8ad34
112ea81c
1 parent
a3c9c2cb
style(CourseDetailPage): 移除课程介绍中的多余空白样式类
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
src/views/courses/CourseDetailPage.vue
src/views/courses/CourseDetailPage.vue
View file @
112ea81
...
...
@@ -72,7 +72,8 @@
</div> -->
<div v-if="activeTab === '课程介绍'">
<p v-html="course?.introduce" class="text-gray-700 whitespace-pre-line"></p>
<!-- <p v-html="course?.introduce" class="text-gray-700 whitespace-pre-line"></p> -->
<p v-html="course?.introduce" class="text-gray-700"></p>
</div>
<div v-if="activeTab === '主讲教师'">
...
...
Please
register
or
login
to post a comment