diff --git a/src/views/Jyh/Home/index.vue b/src/views/Jyh/Home/index.vue index 8c7479c..4fe718c 100644 --- a/src/views/Jyh/Home/index.vue +++ b/src/views/Jyh/Home/index.vue @@ -123,6 +123,10 @@ const homeSearch = ref(null); const dropdownWidth = ref(0); const selectedCate = ref('软件'); const tagMap = { + 'Critical': { + text: '致命', + color: '#c7000b' + }, 'High': { text: '高', color: '#f66f6a' @@ -420,6 +424,9 @@ getNoticeList(); gap: 8px; width: 150px; flex-shrink: 0; + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; } :deep(.devui-timeline-item-data-right) {