mirror of
https://github.com/hi2shark/nazhua.git
synced 2026-01-11 22:50:42 +08:00
🎨 修复交互样式
This commit is contained in:
parent
1f7e87c28d
commit
d3e549cad0
@ -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字体
|
||||
|
||||
@ -144,6 +144,10 @@ function toggleModelValue(item) {
|
||||
&:hover {
|
||||
background: rgba(#000, 0.8);
|
||||
}
|
||||
|
||||
&.active {
|
||||
background: rgba(#ff7500, 0.75);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user