修改菜单图标icon

This commit is contained in:
2025-02-08 16:56:14 +08:00
parent 7c907fa768
commit 2ef4abe48c
82 changed files with 92 additions and 25 deletions

View File

@@ -36,6 +36,7 @@ const symbolId = computed(() => `#${props.prefix}-${props.iconClass}`);
overflow: hidden;
vertical-align: -0.15em; /* 因icon大小被设置为和字体大小一致而span等标签的下边缘会和字体的基线对齐故需设置一个往下的偏移比例来纠正视觉上的未对齐效果 */
outline: none;
color: #999;
fill: currentcolor; /* 定义元素的颜色currentColor是一个变量这个变量的值就表示当前元素的color值如果当前元素未设置color值则从父元素继承 */
}
</style>