update: 首页更新

This commit is contained in:
@user8949
2025-03-19 13:22:34 +08:00
parent 4f86eb9eb3
commit 54d10ebdc6

View File

@@ -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) {