修改小程序bug
This commit is contained in:
@@ -25,13 +25,14 @@
|
||||
<view class="title_tag">{{detailList.cate_bname}}</view>
|
||||
</view>
|
||||
<view class="desc">
|
||||
{{detailList.title}}
|
||||
<text>{{detailList.title}}</text>
|
||||
|
||||
</view>
|
||||
<view class="classify">
|
||||
{{detailList.cate_name}}
|
||||
</view>
|
||||
<view class="tag_view">
|
||||
<view>
|
||||
<view style="width: 85%;">
|
||||
<text class="tagOne" v-for="item in detailList.tags" :key="item.id">{{item}}</text>
|
||||
</view>
|
||||
<!-- thumb有值,显示数字+赞 -->
|
||||
@@ -72,7 +73,7 @@
|
||||
<text>{{detailList.pub_time}}</text>
|
||||
</view>
|
||||
|
||||
<u-parse :content="detailList.desc" @preview="preview" @navigate="navigate"></u-parse>
|
||||
<u-parse :content="detailList.desc"></u-parse>
|
||||
|
||||
<u-modal :show="showCall" closeOnClickOverlay="false" confirmText="确定" @confirm="confirmCopy">
|
||||
<rich-text :nodes="contentCopy"></rich-text>
|
||||
@@ -308,6 +309,7 @@
|
||||
align-items: center;
|
||||
|
||||
.title {
|
||||
width: 80%;
|
||||
font-size: 48rpx;
|
||||
font-weight: bold;
|
||||
color: #134b40;
|
||||
@@ -335,8 +337,10 @@
|
||||
font-family: PingFangSC-Regular, PingFang SC;
|
||||
font-weight: 400;
|
||||
color: #3E3E3E;
|
||||
// line-height: 38rpx;
|
||||
padding: 24rpx 0;
|
||||
overflow: hidden;
|
||||
// white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.classify {
|
||||
|
||||
Reference in New Issue
Block a user