消毒机设备
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

42 lines
934 B

  1. :root {
  2. --el-font-size-base: 18px;
  3. // --el-button-size: 80px;
  4. --el-color-primary: #1989fa;
  5. //--el-button-active-bg-color: linear-gradient(90deg, #0657C0 24%, #096AE0 101%);
  6. --text-color-primary: #17213c;
  7. //--el-color-success: rgba(88, 162, 95, 1);
  8. //--text-color-info: #838b99;
  9. //--el-input-border: #dae0f2;
  10. //--el-font-weight-primary: 400;
  11. //--color-red: #f56c6c;
  12. //--color-green: #67c23a;
  13. //--color-yellow: #e6a23c;
  14. //--color-blue: --el-color-primary;
  15. }
  16. .el-dialog {
  17. position: absolute;
  18. top: 50%;
  19. left: 50%;
  20. transform: translate(-50%, -50%);
  21. margin: 0;
  22. padding: 0;
  23. .el-dialog__header {
  24. background: rgba(0, 0, 0, .03);
  25. padding: 10px;
  26. }
  27. .el-dialog__body {
  28. padding: 10px 20px;
  29. }
  30. .el-dialog__footer {
  31. padding: 10px;
  32. }
  33. }
  34. .el-card__body{
  35. padding: 0;
  36. }
  37. .el-table__header {
  38. th {
  39. background-color: rgba(0,0,0,0.02 ) !important;
  40. color: rgba(0, 0, 0, 0.85)
  41. }
  42. }