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"><path d="M23.992 6.01a.01.01 0 01.016 0l9.978 11.974a.01.01 0 01-.007.016H14.02a.01.01 0 01-.007-.016l9.978-11.975z" stroke="#4E5969" stroke-width="4"/><path d="M24 6l10 12H14L24 6z" fill="#4E5969"/><path stroke="#4E5969" stroke-width="4" d="M26 42h-4V16h4z"/><path fill="#4E5969" d="M26 42h-4V16h4z"/></svg>
<svg viewBox="0 0 48 48" fill="none" stroke="currentColor" stroke-width="4">><path d="M23.992 6.01a.01.01 0 01.016 0l9.978 11.974a.01.01 0 01-.007.016H14.02a.01.01 0 01-.007-.016l9.978-11.975z"/><path d="M24 6l10 12H14L24 6z" fill="#4E5969"/><path stroke="#4E5969" stroke-width="4" d="M26 42h-4V16h4z"/><path fill="#4E5969" d="M26 42h-4V16h4z"/></svg>

Before

Width:  |  Height:  |  Size: 368 B

After

Width:  |  Height:  |  Size: 351 B