How does element tabs expand the width of each item title to 1 inch 3 of the total width?

how does element tabs expand the width of each item title to 1 prime 3 of the total width?

Jan.11,2022

in < el-tabs > < / el-tabs > add: stretch=true


it is recommended to update the property that the version after 2.4.1 has the average width


version before 2.4:

.is_strech .el-tabs__nav {
  min-width: 100%;
  display: flex;
}
.is_strech .el-tabs__nav >*
{
    flex: 1;
    text-align: center;
}
Menu