当前位置:   article > 正文

Element的show-overflow-tooltip属性

Element的show-overflow-tooltip属性

会在一行上面显示黑色悬浮框、由于开发原因 需要修改宽度、找了好久。做下记录:
css

    <el-table
      :data="dataList"
      v-loading="listLoading"
      border
      fit
      highlight-current-row
      style="width: 100%;"
    >
      <el-table-column align="center" label="咨询的问题" show-overflow-tooltip>
        <template slot-scope="scope">
          <span>{{scope.row.askQuestions}}</span>
        </template>
      </el-table-column>
    </el-table>
<style lang="scss">
.el-tooltip__popper {
  max-width:30%
}
</style>
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/羊村懒王/article/detail/188193
推荐阅读
相关标签
  

闽ICP备14008679号