.app-container{height:100%;width:100%;background:#f3f4fb}.app-container .app-siderbar .app-title{color:#fff;opacity:.8;text-align:center;line-height:40px;margin:10px 0}.app-container .app-content{min-height:100%;transition:margin-left .28s;background:#efefef}.app-container .app-content .app-header{width:100%;height:60px;background-color:#fff;display:flex;justify-content:space-between;align-items:center;z-index:1000;transition:.28s}.app-container .app-content .app-header .app-breadcrumb{padding:15px}.app-container .app-content .app-header .nav-menu{display:flex;justify-content:flex-end;align-items:center}.app-container .app-content .el-main{height:calc(100% - 60px);overflow:auto;padding:15px}.app-container.hideSidebar .app-siderbar .el-menu{background:transparent}.app-container.hideSidebar .app-content{margin-left:60px}