修改保存

This commit is contained in:
liuyuan
2025-03-12 10:28:16 +08:00
parent e6003faeb1
commit 097ca24b69

View File

@@ -35,12 +35,12 @@
style="font-size: 30rpx; text-align: justify;" v-html="course.content"> style="font-size: 30rpx; text-align: justify;" v-html="course.content">
</view> </view>
<text @click="isHideCourseInfo = !isHideCourseInfo" style=" <text @click="isHideCourseInfo = !isHideCourseInfo" style="
position: absolute; position: absolute;
background-color: #f2f8ff; padding: 4rpx ; background-color: #f2f8ff; padding: 4rpx ;
bottom: 0; bottom: 0;
right: 0; right: 0;
color: #838588; color: #838588;
"> ">
{{ isHideCourseInfo ? "展开" : "收起" }} {{ isHideCourseInfo ? "展开" : "收起" }}
</text> </text>
</view> </view>