首页 > 其他分享 >如何设置表格的高度 element 的table 组件

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

时间:2023-02-17 17:36:02浏览次数:36  
标签:表格 高度 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 }" 
必须加上 ;

标签:表格,高度,element,设置,组件,table
From: https://www.cnblogs.com/zhulongxu/p/17130949.html

相关文章