流浪のwolf

卷帝

导航

如何设置表格的高度 element 的table 组件

  <el-table
                :row-style="{ height: '30px' }"
                :cell-style="{ padding: 0 }"
                :data="tableData"
                style="width: 100%"
                size="medium"
                border
                height="650"
            >

ps:

 :cell-style="{ padding: 0 }" 
必须加上 ;

posted on 2023-02-17 17:21  流浪のwolf  阅读(18)  评论(0编辑  收藏  举报