伪类::after,::before 使用element-ui 中的字体图标
.is-active::before{ conten: '\e792'; font-size: 12px; color:#000000; font-family: element-icons; //必须添加 position: absolute; right: 0; }
.is-active::before{ conten: '\e792'; font-size: 12px; color:#000000; font-family: element-icons; //必须添加 position: absolute; right: 0; }