From d3e549cad014c5291db7ae1b5d7a2c9735635f4a Mon Sep 17 00:00:00 2001 From: hi2hi Date: Tue, 31 Dec 2024 06:53:55 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20=E4=BF=AE=E5=A4=8D=E4=BA=A4?= =?UTF-8?q?=E4=BA=92=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/config.js | 2 +- src/views/components/server-list/server-option-box.vue | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/public/config.js b/public/config.js index d185ea6..6d8d3e6 100644 --- a/public/config.js +++ b/public/config.js @@ -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字体 diff --git a/src/views/components/server-list/server-option-box.vue b/src/views/components/server-list/server-option-box.vue index 26d981a..0cb2c57 100644 --- a/src/views/components/server-list/server-option-box.vue +++ b/src/views/components/server-list/server-option-box.vue @@ -144,6 +144,10 @@ function toggleModelValue(item) { &:hover { background: rgba(#000, 0.8); } + + &.active { + background: rgba(#ff7500, 0.75); + } } } }