This commit is contained in:
zhaofang
2022-11-11 11:22:15 +08:00
parent c79d49f947
commit 8e33015129

View File

@@ -83,23 +83,17 @@
<div class="article-info">
<view class="article-title">
{{ item.title }}
<!-- <text style="float: right;font-size: 22upx;">2022-77-44</text> -->
<!-- <text v-if="item.coverurl==''" style="font-size: 14px;line-height: 40upx; color: #BBBBBB;font-weight: 400; float: right;padding-top: 0rpx;">
{{item.sysCreateTime.substring(0,10)}}
</text> -->
</view>
<view style="display: flex;justify-content: space-between;">
<view>
<view class="article-author" style="display: flex;">
<view class="article-author" style="display: flex;justify-content: space-between;">
<author v-if="item.authorInfo" :showInfo="true" :data="item.authorInfo"></author>
<text style="padding-top: 8rpx;padding-left: 9rpx;font-size: 26rpx;line-height: 40upx; color: #999999;font-weight: 400; float: right;">
{{item.sysCreateTime.substring(0,10)}}
</text>
</view>
<view style="margin-top: 7upx;">
<view style="display: flex;justify-content: space-between;">
<view style="margin-top: 32upx;">
<view class="article-summary" >{{ item.summary }}</view>
</view>
</view>
<view v-if="item.coverurl!=''" class="article-img">
<image :src="fileUrl+item.coverurl" style="width: 184rpx;height: 124rpx;border-radius: 15rpx;"></image>
</view>