diff --git a/src/views/Jyh/PersonalCenter/Detail/EarlyWarningDetail.vue b/src/views/Jyh/PersonalCenter/Detail/EarlyWarningDetail.vue index 88a1daf..c42efd3 100644 --- a/src/views/Jyh/PersonalCenter/Detail/EarlyWarningDetail.vue +++ b/src/views/Jyh/PersonalCenter/Detail/EarlyWarningDetail.vue @@ -33,14 +33,23 @@ import { ref } from 'vue'; const emit = defineEmits(['close']); const propsData = defineProps(['type', 'warningData']); -const warningData = ref({}); +const warningData = ref({ + subject: '【漏洞排查预警】ApacheIgnite远程代码执行漏洞排查(CVE-2024-52577)', + importance: '高', + group: '可信开源代码库运营团队', + pulishTime: '2025-2-20', + overview: `## 一、概要 +近日,安全中心发现Apache lgnite远程代码执行漏洞(CVE-2024-52577)。在 2.6.0 { emit('close'); }; @@ -78,7 +87,7 @@ const handleModeChange = () => { } .warning-text { - padding: 20px; + padding: 20px 20px 0; background: #F6F6F8; color: initial;