未修复

This commit is contained in:
@fawn-nine
2024-08-13 17:02:53 +08:00
parent 80bef54e47
commit 9f0845f97d
5 changed files with 6275 additions and 166 deletions

View File

@@ -54,7 +54,7 @@
align-items: center;
" @click="isHideCourseInfo = !isHideCourseInfo">
<view :class="`${isHideCourseInfo ? 'hidden2' : ''}`"
style="width: calc(100% - 50rpx)" v-html="course.content">
style="width: calc(100% - 50rpx); font-size: 30rpx;" v-html="course.content">
</view>
<!-- <text
style="