diff --git a/src/views/Jyh/Home/component/ComProject/index.vue b/src/views/Jyh/Home/component/ComProject/index.vue index 8575f16..1425a4b 100644 --- a/src/views/Jyh/Home/component/ComProject/index.vue +++ b/src/views/Jyh/Home/component/ComProject/index.vue @@ -53,10 +53,10 @@ const activeIndex = ref(0); // 定义菜单列表数据 const menuList = [ - { name: '可信开源态势感知平台(源感)' }, - { name: '金银湖代码安全大模型(源鉴)' }, - { name: '供应链安全检测系统(源链)' }, - { name: '智能终端应用安全监测平台(源端)' } + { name: '可信开源态势感知平台(源感)' }, + { name: '金银湖代码安全大模型(源鉴)' }, + { name: '供应链安全检测系统(源链)'}, + { name: '智能终端应用安全监测平台(源端)' } ]; const changeTab = (index) => { @@ -106,7 +106,7 @@ const changeTab = (index) => { padding: 18px 19px; margin: 0 10px; position: relative; - font-size: 18px; + font-size: 16px; cursor: pointer; transition: all 0.3s; }