mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-09 19:06:46 +08:00
去掉文章的遮掩
This commit is contained in:
@@ -14,11 +14,11 @@
|
||||
</view>
|
||||
<view class="adetail-body">
|
||||
<!-- class="ql-container" -->
|
||||
<view class="ql-container more-info" :style="{height:articleMore? '500upx':'auto'}">
|
||||
<view class="ql-container" >
|
||||
<!-- class="ql-editor" -->
|
||||
<u-parse class="ql-editor" :content="detail.content" :tagStyle="style"></u-parse>
|
||||
</view>
|
||||
<view v-if="articleMore && detail.content.length>200" @click="showMore" style="text-align: center;color: #387DF7;"><text>查看更多∨</text> </view>
|
||||
<!-- <view v-if="articleMore && detail.content.length>200" @click="showMore" style="text-align: center;color: #387DF7;"><text>查看更多∨</text> </view> -->
|
||||
<!-- <view v-if="userInfo.aid==detail.sysCreateAid" style="display: flex;justify-content: flex-end;color: #b1b1b1;padding-top: 10px;">
|
||||
<u-icon @click="toEdit" name="edit-pen-fill" label="编辑"></u-icon>
|
||||
<u-icon @click="del" style="margin-left: 20px;" name="trash" label="删除"></u-icon>
|
||||
|
||||
Reference in New Issue
Block a user