Can't element table width and min-width be used together?

if you want to be adaptive but have the width of the table, can"t width and win-width be used together

<el-table-column
      type="index"
      width="50"
      min-width="10">
</el-table-column>
Jul.23,2021
Menu