spring
昨天 e75ff849e33dd95b66ba62e7df8b553b83c654f7
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;
    }
  }
}