global.less 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. @import '~antd/es/style/themes/default.less';
  2. html,
  3. body,
  4. #root {
  5. height: 100%;
  6. }
  7. .colorWeak {
  8. filter: invert(80%);
  9. }
  10. .ant-layout {
  11. min-height: 100vh;
  12. }
  13. // .ant-menu-submenu-selected .ant-menu-submenu-title {
  14. // background: #595284;
  15. // border-left: 3px solid #886ab5;
  16. // }
  17. .ant-layout-header {
  18. background: linear-gradient(
  19. to right,
  20. #584475 0%,
  21. #7c62a4 50%,
  22. #7c62a4 50%,
  23. #584475 100%
  24. ) !important;
  25. }
  26. .ant-pro-basicLayout .ant-layout-header.ant-pro-fixed-header {
  27. background: linear-gradient(
  28. to right,
  29. #584475 0%,
  30. #7c62a4 50%,
  31. #7c62a4 50%,
  32. #584475 100%
  33. ) !important;
  34. }
  35. .ant-menu-dark .ant-menu-sub,
  36. .ant-menu.ant-menu-dark,
  37. .ant-menu.ant-menu-dark .ant-menu-sub {
  38. background: none !important;
  39. }
  40. .ant-menu-dark .ant-menu-inline.ant-menu-sub {
  41. background: #ffffff;
  42. }
  43. .ant-menu-dark .ant-menu-item-only-child:hover {
  44. background: #423d68;
  45. }
  46. .ant-menu-dark.ant-menu-dark:not(.ant-menu-horizontal) .ant-menu-item-selected {
  47. background: #4a4473;
  48. border-right: 3px solid #24b3a4;
  49. }
  50. .ant-menu-inline .ant-menu-submenu-title {
  51. margin-bottom: 0;
  52. }
  53. canvas {
  54. display: block;
  55. }
  56. body {
  57. text-rendering: optimizeLegibility;
  58. -webkit-font-smoothing: antialiased;
  59. -moz-osx-font-smoothing: grayscale;
  60. }
  61. ul,
  62. ol {
  63. list-style: none;
  64. }
  65. @media (max-width: @screen-xs) {
  66. .ant-table {
  67. width: 100%;
  68. overflow-x: auto;
  69. &-thead > tr,
  70. &-tbody > tr {
  71. > th,
  72. > td {
  73. white-space: pre;
  74. > span {
  75. display: block;
  76. }
  77. }
  78. }
  79. }
  80. }
  81. // 兼容IE11
  82. @media screen and(-ms-high-contrast: active), (-ms-high-contrast: none) {
  83. body .ant-design-pro > .ant-layout {
  84. min-height: 100vh;
  85. }
  86. }
  87. input:-webkit-autofill,
  88. input:-webkit-autofill:hover,
  89. input:-webkit-autofill:focus,
  90. input:-webkit-autofill:active {
  91. -webkit-transition: color 11111s ease-out, background-color 111111s ease-out;
  92. -webkit-transition-delay: 111111s;
  93. }
  94. .card-group {
  95. box-shadow: 0 0 13px 0 rgba(74, 53, 107, 8%);
  96. }
  97. .ant-pro-top-nav-header-logo h1 {
  98. font-weight: 600;
  99. font-size: 18px;
  100. }