🎨 修复交互样式

This commit is contained in:
hi2hi 2024-12-31 06:53:55 +00:00
parent 1f7e87c28d
commit d3e549cad0
2 changed files with 5 additions and 1 deletions

View File

@ -8,7 +8,7 @@ window.$$nazhuaConfig = {
// listServerItemTypeToggle: true, // 服务器列表项类型切换
// listServerItemType: 'row', // 服务器列表项类型 card/row row列表模式移动端自动切换至card
// listServerStatusType: 'progress', // 服务器状态类型--列表
// listServerRealTimeShowLoad: false, // 列表显示服务器实时负载
// listServerRealTimeShowLoad: true, // 列表显示服务器实时负载
// detailServerStatusType: 'progress', // 服务器状态类型--详情页
// serverStatusLinear: true, // 服务器状态渐变线性显示
// disableSarasaTermSC: true, // 禁用Sarasa Term SC字体

View File

@ -144,6 +144,10 @@ function toggleModelValue(item) {
&:hover {
background: rgba(#000, 0.8);
}
&.active {
background: rgba(#ff7500, 0.75);
}
}
}
}