Skip to content

Commit

Permalink
perf: 修改交换机图标
Browse files Browse the repository at this point in the history
  • Loading branch information
huailei000 committed Apr 24, 2023
1 parent 57ef0f7 commit da464dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Binary file added src/sass/icons/switch.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion src/sass/ztree_icon.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit da464dd

Please sign in to comment.