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

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-1b3a84b-4125f.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-1b3a84b-4125f.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?