修改侧边栏图标间距

This commit is contained in:
YeMingfei666 2025-02-08 16:59:20 +08:00
parent 2ef4abe48c
commit fb5aaebb21
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ const symbolId = computed(() => `#${props.prefix}-${props.iconClass}`);
<style scoped>
.svg-icon {
display: inline-block;
margin-right: 10px;
width: 1em;
height: 1em;
overflow: hidden;