<el-table :data="courseScoreInfoList" class="kc-table" height="445">
<el-table-column prop="aa" label="aa"></el-table-column>
</el-table>
.kc-table {
width: 100%;
::v-deep() {
.el-table__header-wrapper table,
.el-table__body-wrapper table {
width: 100% !important;
}
.el-table__body,
.el-table__footer,
.el-table__header {
table-layout: auto;
}
}
}
element ui表格高度问题解决
129

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



