elment-plus 中 table 左对齐
<el-table
v-loading="loading"
class="flex-1 !h-auto"
:data="roleList"
:header-cell-style="{'text-align': 'left' }"
:row-style="{ height: '55px' }"
:cell-style="{ 'text-align': 'left' }">
</el-table>

本文介绍了如何在ElementPlus的表格组件中通过CSS样式使数据列实现左对齐,包括设置`header-cell-style`,`row-style`,和`cell-style`属性。
elment-plus 中 table 左对齐
<el-table
v-loading="loading"
class="flex-1 !h-auto"
:data="roleList"
:header-cell-style="{'text-align': 'left' }"
:row-style="{ height: '55px' }"
:cell-style="{ 'text-align': 'left' }">
</el-table>


被折叠的 条评论
为什么被折叠?