/*修改layui默认样式*/
.layui-menu-body-title{
    font-size: 16px;
}
.layui-menu{
    /*background: antiquewhite;*/
}
.article{
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    display: flex;
}
.article-nav{
    width: 300px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    border-right: 1px solid #dadada;
}
.article-content{
    flex: 1;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}
.article-content-wrap{
    padding: 0 10px;
}