How to set the percentage width of the columns in the table in vue elementUI

how do the columns of the table in vue elementUI set the percentage width

Aug.13,2021

according to component documentation, percentage width is not supported

if you encounter a problem where the text exceeds the cell width, there are other solutions. You don't have to start with the percentage width


replace the original width with min-width for each column in table,
clipboard.png

Menu