@import (once) './base/index';
@import (once) './fonts/iconfont.css';
body{
    // height: 740px;
    // position: relative;
  #root{
    height: 100%;
    &>div {
      height: 100%;
      .app-main-container {
        height: 100%;
        .topNavPage{
          min-height: 100%;
          padding-top: 45px;
          display: flex;
          flex-direction: column;
          box-sizing: border-box;
          &>.am-navbar{
            position: fixed;
            width: 100%;
            top: 0;
          }
          .page-content {
            height: 100%;
            flex: 1;
          }
        }
      }
    }
  }
}
