伪类::after,::before 使用element-ui 中的字体图标

.is-active::before{
  conten: '\e792';
  font-size: 12px;
  color:#000000;
  font-family: element-icons; //必须添加
  position: absolute;
  right: 0; 
}

 

posted @ 2024-03-14 11:23  龙卷风吹毁停车场  阅读(82)  评论(0)    收藏  举报