From da464ddb95a000576d2838a6dbd32fc814d5134d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Chuailei000=E2=80=9D?= <2280131253@qq.com> Date: Mon, 24 Apr 2023 15:07:21 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E4=BF=AE=E6=94=B9=E4=BA=A4=E6=8D=A2?= =?UTF-8?q?=E6=9C=BA=E5=9B=BE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/sass/icons/switch.png | Bin 0 -> 236 bytes src/sass/ztree_icon.css | 5 ++++- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 src/sass/icons/switch.png diff --git a/src/sass/icons/switch.png b/src/sass/icons/switch.png new file mode 100644 index 0000000000000000000000000000000000000000..de4c8f43258eef41ef55fe54370f1e0d97c73dae GIT binary patch literal 236 zcmeAS@N?(olHy`uVBq!ia0vp@Ak4uAB#T}@sR2@q#X;^)4C~IxyaaNVdAc};Xavul z&Q&rO z2v6L?kf+GP)4|BP;tOx|zA1}VRsCw1VX{DczU&w0i<&82W{b}zJP_HWl=%G4u^ZL) zKDTN)4@e%EJAG~Jwo{S(@wbW#9rk<(irKVB+NHyIhShE1iGs!TtE#qE#lOo@Piwk* i?`*<5_NX7CpBQR&Ckg5VyU7Dx%;4$j=d#Wzp$PypSz3$$ literal 0 HcmV?d00001 diff --git a/src/sass/ztree_icon.css b/src/sass/ztree_icon.css index 68d00d94..4819bfd9 100644 --- a/src/sass/ztree_icon.css +++ b/src/sass/ztree_icon.css @@ -203,12 +203,15 @@ .ztree li span.button.public_ico_docu::before, .ztree li span.button.router_ico_docu::before, .ztree li span.button.other_ico_docu::before, -.ztree li span.button.switch_ico_docu::before, .ztree li span.button.firewall_ico_docu::before, .ztree li span.button.general_ico_docu::before { content: "\F07B"; } +.ztree li span.button.switch_ico_docu { + background: url('./icons/switch.png') no-repeat center left transparent; +} + .ztree li span.button.k8s_ico_docu { background: url('./icons/k8s.png') center left no-repeat; }