|
|
@@ -33,7 +33,7 @@
|
|
|
<view class="size-ll color-title-text">{{ loader.content.value.title }}</view>
|
|
|
<view class="d-flex flex-row mt-2">
|
|
|
<text v-if="loader.content.value.from" class="size-s color-text-content-second">来源:{{ loader.content.value.from }}</text>
|
|
|
- <text class="size-s color-text-content-second">{{ DataDateUtils.formatDate(loader.content.value.publishAt, 'YYYY-MM-dd') }}</text>
|
|
|
+ <text class="ml-2 size-s color-text-content-second">{{ DataDateUtils.formatDate(loader.content.value.publishAt, 'YYYY-MM-dd') }}</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="p-3 radius-ll bg-light mt-3">
|