Tcode运营平台改造升级-文本样式修改

This commit is contained in:
2025-12-18 17:13:53 +08:00
parent 798f98e194
commit 0f0cbb9998

View File

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