mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-09 02:46:46 +08:00
修改
This commit is contained in:
@@ -22,16 +22,16 @@
|
||||
<view style="display: flex;line-height: 40upx;">
|
||||
<author-info :name="detailData.sysCreateBy" :avatar="detailData.avatar" :sex="detailData.sex" :info="detailData.ucode" :showInfo="true"></author-info>
|
||||
</view>
|
||||
<view class="concern" style="color: #979797;" v-if="hasFollow" @click="followShow = true">
|
||||
<!-- <view class="concern" style="color: #979797;" v-if="hasFollow" @click="followShow = true">
|
||||
已关注
|
||||
</view>
|
||||
<view class="concern" v-else @click="addFollow()">
|
||||
+关注
|
||||
</view>
|
||||
</view> -->
|
||||
<!-- <view class="concern" style="color: #999;">
|
||||
已关注
|
||||
</view> -->
|
||||
<!-- <view style="padding: 20upx 0upx 10upx 40upx; font-size: 24rpx; ">{{ detailData.sysCreateTime }}</view> -->
|
||||
<view style="margin-left: auto;margin-right: ; font-size: 24rpx; ">{{ detailData.sysCreateTime }}</view>
|
||||
</view>
|
||||
<view class="adetail-body">
|
||||
<u-parse :content="detailData.content"></u-parse>
|
||||
@@ -958,7 +958,7 @@ export default {
|
||||
white-space: normal;
|
||||
word-break: break-all;
|
||||
font-size: 28upx;
|
||||
color: #666666;
|
||||
color: #999;
|
||||
background-color: #ffffff;
|
||||
> div {
|
||||
text-indent: 24px;
|
||||
|
||||
@@ -100,7 +100,6 @@
|
||||
<text class="uc-course-type-text" v-if="c.courseType == 'face-course'">线下课</text>
|
||||
<text v-if="c.courseType == 'project'" class="uc-course-type-text">学习项目</text> -->
|
||||
</view>
|
||||
|
||||
<view class="course-text" style="justify-content: space-between;position: relative;">
|
||||
<view class="course-title one-line-ellipsis" style="width: 90%;">
|
||||
<text style="font-size: 30upx; font-weight: bold;" v-html="$keywordActiveShow(c.courseName, autonomy.keyword)"></text>
|
||||
|
||||
Reference in New Issue
Block a user