From 7cc8c61fc551eb9e5d53d93dc529b0fb8c2b28a8 Mon Sep 17 00:00:00 2001 From: Zylan Date: Sun, 6 Apr 2025 12:49:24 +0800 Subject: [PATCH] 1 --- static/style.css | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) diff --git a/static/style.css b/static/style.css index 0aa30bb..6c2538c 100644 --- a/static/style.css +++ b/static/style.css @@ -4621,13 +4621,8 @@ textarea, } .model-option.selected::after { - content: "\f00c" !important; - font-family: 'Font Awesome 5 Free' !important; - font-weight: 900 !important; - position: absolute !important; - right: 10px !important; - color: var(--primary-color) !important; - font-size: 0.8rem !important; + content: none; + display: none; } /* 确保暗色模式下的配色正确 */ @@ -4683,13 +4678,8 @@ textarea, } .model-option.selected::after { - content: "\f00c"; - font-family: 'Font Awesome 5 Free'; - font-weight: 900; - position: absolute; - right: 10px; - color: var(--primary-color); - font-size: 0.8rem; + content: none; + display: none; } .model-version-tag {