修改保存

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">
</view>
<text @click="isHideCourseInfo = !isHideCourseInfo" style="
position: absolute;
background-color: #f2f8ff; padding: 4rpx ;
bottom: 0;
right: 0;
color: #838588;
">
position: absolute;
background-color: #f2f8ff; padding: 4rpx ;
bottom: 0;
right: 0;
color: #838588;
">
{{ isHideCourseInfo ? "展开" : "收起" }}
</text>
</view>