index.scss 241 B

123456789101112131415
  1. // @forward 'element-plus/theme-chalk/src/common/var.scss' with (
  2. // $colors: (
  3. // 'primary': ('base': #4351ff,
  4. // ),
  5. // ),
  6. // );
  7. :root{
  8. --el-color-primary: #4351ff;
  9. }
  10. .el-table__header{
  11. .cell{
  12. font-weight: normal;
  13. }
  14. }