效果:
在css里加入下面代码
::v-deep .el-icon-arrow-right:before{
content: "展开 \e6df";
}
::v-deep .el-icon-arrow-right.is-active:before{
content: "收起 \e6e1";
}
::v-deep .el-icon-arrow-right.is-active{
transform: rotate(0deg);
}
::v-deep .el-collapse-item__arrow{
min-width: 55px;
}