前端工作总结97-修改省略号

      <el-table-column
          :show-overflow-tooltip="true"
        v-for="(column, index) in columns"
        :key="index"
        :type="column.type"
        :prop="column.prop"
        :label="column.label"
        :width="column.width"
        :fixed="column.fixed"
        :sortable="column.sortable"
      >
      </el-table-column>

vue里面廷加省略号

:show-overflow-tooltip="true"

 

posted @ 2022-09-10 19:41  前端导师歌谣  阅读(23)  评论(0)    收藏  举报