/**
 * Created by henian.xu on 2017/6/21.
 * layout 布局
 */
html,
body,
#app {
    position: relative;
    width: 100%;
    height: 100%;
    //min-width: 1280px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#app{
    overflow-x: auto;
    @include beautify-scrollbar;
}
