Panel.less 224 B

12345678910111213
  1. @import '../cfg.less';
  2. //@import '../styles/iconfont/iconfont.css';
  3. .root {
  4. position: fixed;
  5. width: @panel-width;
  6. top: 0;
  7. left: 0;
  8. bottom: 0;
  9. //height: 100%;
  10. background: @bg_left;
  11. color: @font_color_left;
  12. }