修改课程介绍页面

This commit is contained in:
@fawn-nine
2024-08-22 17:00:19 +08:00
parent 7208cc44c2
commit 78a1c5ad98

View File

@@ -52,11 +52,11 @@
position: relative; position: relative;
display: flex; display: flex;
align-items: center; align-items: center;
" @click="isHideCourseInfo = !isHideCourseInfo"> " >
<view :class="`${isHideCourseInfo ? 'hidden2' : ''}`" <view :class="`${isHideCourseInfo ? 'hidden2' : ''}`"
style="width: calc(100% - 50rpx); font-size: 30rpx;" v-html="course.content"> style="width: calc(100% - 50rpx); font-size: 30rpx;" v-html="course.content">
</view> </view>
<!-- <text <text @click="isHideCourseInfo = !isHideCourseInfo"
style=" style="
position: absolute; position: absolute;
bottom: 0; bottom: 0;
@@ -65,7 +65,7 @@
" "
> >
{{ isHideCourseInfo ? "展开" : "收起" }} {{ isHideCourseInfo ? "展开" : "收起" }}
</text> --> </text>
</view> </view>
</view> </view>
</view> </view>
@@ -1396,7 +1396,7 @@
} }
img { img {
width: 20px; max-width: 260rpx;
} }
.u-upload__button { .u-upload__button {