问题前景:使用element时,文字不居中

样式代码
<style lang="less" scoped>
// 使element-ui表格中的数字居中
/deep/.el-table th > .cell {
text-align: center;
}
/deep/.el-table .cell {
text-align: center;
</style>
}

本文档探讨了在使用Element UI时遇到的表格单元格文字不居中的问题,提供了相应的Less样式代码解决办法,适用于前端开发人员参考。
问题前景:使用element时,文字不居中

样式代码
<style lang="less" scoped>
// 使element-ui表格中的数字居中
/deep/.el-table th > .cell {
text-align: center;
}
/deep/.el-table .cell {
text-align: center;
</style>
}

1256
5245
2万+
8472

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