Tcode运营平台改造升级-文本样式修改
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user