调整el-table的行高(单元格高度)及单元格字体大小

<el-table
    :row-style="{height:'20px'}"
    :cell-style="{padding:'0px'}"
    style="font-size: 10px">
 </el-table>

说明:缩小:行高到一定程度之后便不能缩小。 好像最小35px。

猜你喜欢

转载自blog.csdn.net/qq_42931285/article/details/124744359