index.scss 994 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. @import './assets/css/common.scss';
  2. body {
  3. width: 100%;
  4. height: 100%;
  5. padding: 0;
  6. margin: 0;
  7. font-size: 12px;
  8. #root {
  9. width: 100%;
  10. height: 100%;
  11. font-family: 'Helvetica Neue', 'Hiragino Sans GB', stheiti, 'Microsoft Yahei', '微软雅黑', tahoma, sans-serif;
  12. font-size: 12px;
  13. .App {
  14. display: flex;
  15. flex-direction: row;
  16. flex-wrap: nowrap;
  17. width: 100%;
  18. height: 100%;
  19. .ka-wrapper {
  20. display: flex;
  21. flex-direction: row;
  22. flex-wrap: nowrap;
  23. width: 100%;
  24. height: 100%;
  25. .ka-content {
  26. display: flex;
  27. flex-direction: row;
  28. flex-wrap: nowrap;
  29. width: 100%;
  30. height: 100%;
  31. }
  32. }
  33. }
  34. }
  35. }
  36. .panel-content {
  37. position: fixed;
  38. left: 175px;
  39. }
  40. #nprogress .bar {
  41. height: 2px !important;
  42. background: #1890ff !important;
  43. }
  44. .expandIcon {
  45. margin-right: 0.5rem;
  46. color: #6c757d;
  47. }