包含后厨 团餐 门店分支
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.
 
 
 

58 lines
836 B

  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-pro-sider.ant-layout-sider.ant-pro-sider-fixed {
  14. left: unset;
  15. }
  16. canvas {
  17. display: block;
  18. }
  19. body {
  20. text-rendering: optimizeLegibility;
  21. -webkit-font-smoothing: antialiased;
  22. -moz-osx-font-smoothing: grayscale;
  23. }
  24. ul,
  25. ol {
  26. list-style: none;
  27. }
  28. @media (max-width: @screen-xs) {
  29. .ant-table {
  30. width: 100%;
  31. overflow-x: auto;
  32. &-thead > tr,
  33. &-tbody > tr {
  34. > th,
  35. > td {
  36. white-space: pre;
  37. > span {
  38. display: block;
  39. }
  40. }
  41. }
  42. }
  43. }
  44. // Compatible with IE11
  45. @media screen and(-ms-high-contrast: active), (-ms-high-contrast: none) {
  46. body .ant-design-pro > .ant-layout {
  47. min-height: 100vh;
  48. }
  49. }