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;