From 3c089ce5ed9da4f5d0dd0969b5dfbbd2663eb891 Mon Sep 17 00:00:00 2001 From: "396572590@qq.com" Date: Mon, 20 Jun 2022 14:09:33 +0800 Subject: [PATCH] feat: There is no way the, bug #55753 --- src/pages/searchCenter/pages/standardSearch.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/pages/searchCenter/pages/standardSearch.vue b/src/pages/searchCenter/pages/standardSearch.vue index 650e15607..bb66642d9 100644 --- a/src/pages/searchCenter/pages/standardSearch.vue +++ b/src/pages/searchCenter/pages/standardSearch.vue @@ -267,8 +267,8 @@
- 详情
+ 详情
发布日期: {{ item.issue_time !== null && item.issue_time !== '' ? dateFormat2(item.issue_time) : '--' }}
@@ -2809,6 +2809,7 @@ height: 29px; } .AllBox { + position: relative; margin-top: 20px; background-color: #fff; border-radius: 20px; @@ -2817,6 +2818,7 @@ margin-bottom: 20px; } .AllBoxTitle { + width: 98%; position: relative; overflow: hidden; text-overflow:ellipsis;