From bbe329d67769d292b4d5d3bbb2c88c896cb35558 Mon Sep 17 00:00:00 2001 From: BTMuli Date: Sat, 28 Feb 2026 23:53:16 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20=E4=BC=98=E5=8C=96=E6=B5=85?= =?UTF-8?q?=E8=89=B2=E6=A8=A1=E5=BC=8F=E4=B8=8B=E7=9A=84=E5=AF=B9=E6=AF=94?= =?UTF-8?q?=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #221 --- src/components/userAvatar/uav-select.vue | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/components/userAvatar/uav-select.vue b/src/components/userAvatar/uav-select.vue index 17ef075e..5e4b6216 100644 --- a/src/components/userAvatar/uav-select.vue +++ b/src/components/userAvatar/uav-select.vue @@ -22,7 +22,7 @@
武器
-
+
@@ -177,6 +177,14 @@ function onConfirm(): void { column-gap: 8px; } +.uav-select-props.weapon:deep(img) { + filter: invert(0.75); +} + +.dark .uav-select-props.weapon:deep(img) { + filter: unset; +} + .uav-select-acts { position: relative; display: flex;