问题已解决;自己写了一个小三角定位在右面,由于不知道如何加background图,所以改成了自己写的一个三角,完美解决。.el-menu-item.is-active:after{content: "";position: absolute;right: 0;top:40%;border: 5px solid transparent;border-right-color: #ff6c00;border-radius: 0;font-size: 0;width: 0;height: 0;padding: 0;}这个放在elementui 的index.css中
问题已解决;自己写了一个小三角定位在右面,由于不知道如何加background图,所以改成了自己写的一个三角,完美解决。
.el-menu-item.is-active:after{content: "";position: absolute;right: 0;top:40%;border: 5px solid transparent;border-right-color: #ff6c00;border-radius: 0;font-size: 0;width: 0;height: 0;padding: 0;}
这个放在elementui 的index.css中