main.css 483 B

123456789101112131415161718192021222324252627282930
  1. * {
  2. margin: 0;
  3. padding: 0;
  4. }
  5. html,
  6. body,
  7. #app,
  8. .wrapper {
  9. width: 100%;
  10. height: 100%;
  11. background-color: #000000;
  12. overflow: hidden;
  13. }
  14. .el-popover{
  15. background-color: rgb(36,36,36) !important;
  16. border-color: rgb(36,36,36) !important;
  17. }
  18. .el-table{
  19. border-color: rgb(36,36,36) !important;
  20. }
  21. .el-table__row>td{
  22. border-color: rgb(36,36,36) !important;
  23. }
  24. .el-table::before {
  25. height: 0px !important;
  26. }
  27. .el-table::after {
  28. height: 0px !important;
  29. }