修改保存
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user