Skip to content

Commit 8955b21

Browse files
author
Taois
committed
feat:修复侧边栏图标缩放出现小点问题
1 parent 497d536 commit 8955b21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dashboard/src/components/Layout.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
>
4242
<a-menu-item :key="item.id">
4343
<!-- <IconHome></IconHome>-->
44-
<svg style="width: 16px; height: 16px; margin-right: 8px;">
44+
<svg style="width:20px; height: 20px; margin-right: 8px;">
4545
<use :href="`#${item.icon}`"></use>
4646
</svg>
4747
{{ item.name }}

0 commit comments

Comments
 (0)