update: 首页更新
This commit is contained in:
@@ -123,6 +123,10 @@ const homeSearch = ref(null);
|
|||||||
const dropdownWidth = ref(0);
|
const dropdownWidth = ref(0);
|
||||||
const selectedCate = ref('软件');
|
const selectedCate = ref('软件');
|
||||||
const tagMap = {
|
const tagMap = {
|
||||||
|
'Critical': {
|
||||||
|
text: '致命',
|
||||||
|
color: '#c7000b'
|
||||||
|
},
|
||||||
'High': {
|
'High': {
|
||||||
text: '高',
|
text: '高',
|
||||||
color: '#f66f6a'
|
color: '#f66f6a'
|
||||||
@@ -420,6 +424,9 @@ getNoticeList();
|
|||||||
gap: 8px;
|
gap: 8px;
|
||||||
width: 150px;
|
width: 150px;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
|
overflow: hidden;
|
||||||
|
white-space: nowrap;
|
||||||
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
|
|
||||||
:deep(.devui-timeline-item-data-right) {
|
:deep(.devui-timeline-item-data-right) {
|
||||||
|
|||||||
Reference in New Issue
Block a user