<style>
.el-select{
width: 100%;
}
/* 在入口文件加入下面样式 */
body .el-table th.gutter {
display: table-cell !important;
}
body .el-table colgroup.gutter {
display: table-cell !important;
}
</style>
本文详细介绍了如何通过自定义CSS样式来优化Element UI中表格的显示效果,包括宽度调整和单元格展示方式的改进,适用于追求完美界面展示的前端开发者。
<style>
.el-select{
width: 100%;
}
/* 在入口文件加入下面样式 */
body .el-table th.gutter {
display: table-cell !important;
}
body .el-table colgroup.gutter {
display: table-cell !important;
}
</style>
4757
6868
1922
1362

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