fix: 修复侧边栏菜单无法显示自定义图标的问题

自定义图标请将图标 svg 文件添加到 src/assets/icons/svg 目录下
This commit is contained in:
2023-09-05 22:27:08 +08:00
parent df19c5d219
commit 10ca5d8c76
270 changed files with 275 additions and 285 deletions

View File

@@ -1 +1 @@
<svg width="48" height="48" viewBox="0 0 48 48" fill="none"><circle cx="24" cy="24" r="20" fill="#4E5969"/><path d="M18 17v6M30 17v6M16.582 28.105a8 8 0 0014.837 0" stroke="#fff" stroke-width="4"/></svg>
<svg viewBox="0 0 48 48" fill="none" stroke="currentColor" stroke-width="4">><circle cx="24" cy="24" r="20" fill="#4E5969"/><path d="M18 17v6M30 17v6M16.582 28.105a8 8 0 0014.837 0" stroke="#fff" stroke-width="4"/></svg>

Before

Width:  |  Height:  |  Size: 203 B

After

Width:  |  Height:  |  Size: 220 B