1
0

App.less 355 B

1234567891011121314151617181920212223242526
  1. //@import "../node_modules/antd/dist/antd.less";
  2. @import "./cfg.less";
  3. html, body {
  4. margin: 0;
  5. padding: 0;
  6. height: 100%;
  7. font-size: 12px;
  8. font-family: Arial, Helvetica, sans-serif;
  9. color: @font_color;
  10. line-height: 20px;
  11. background: #fff;
  12. }
  13. a {
  14. text-decoration: none;
  15. }
  16. #app {
  17. height: 100%;
  18. }
  19. :global(.hidden) {
  20. display: none;
  21. }