.el-icon { --color: inherit; align-items: center; display: inline-flex; height: 1em; justify-content: center; line-height: 1em; position: relative; width: 1em; fill: currentcolor; color: var(--color); font-size: inherit; } 样式与访问页面的elementUI的样式产生了冲突
.el-icon {
--color: inherit;
align-items: center;
display: inline-flex;
height: 1em;
justify-content: center;
line-height: 1em;
position: relative;
width: 1em;
fill: currentcolor;
color: var(--color);
font-size: inherit;
}
样式与访问页面的elementUI的样式产生了冲突