修改课程介绍页面

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