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;
}
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3b4e9-2b7cd.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3b4e9-2b7cd.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?