解决方式:
.el-tag{ white-space: normal; height:auto; }
你是说字换行还是 整个 tag换行 。整个的话 就需要给它编程块元素 。加个 display:block如果是字换行加个 display:flex。flex:warp试试
?