src/assets/styles/element-ui.scss
@@ -152,3 +152,23 @@ .el-dropdown .el-dropdown-link { color: var(--el-color-primary) !important; } // 全局设置 el-table 表头和单元格居中 .el-table { th { text-align: center !important; } td { text-align: center !important; } .el-table__header-wrapper { th { text-align: center !important; } } .el-table__body-wrapper { td { text-align: center !important; } } }