.el-layout-column{box-sizing:border-box;width:100%;height:100%;padding:12px;display:flex}.el-layout-column .el-layout-item-left{background:#fff;flex-direction:column;width:260px;height:100%;display:flex;overflow:hidden}.el-layout-column .el-layout-item-left .el-layout-item-left-title{box-sizing:border-box;color:#303133;border-bottom:1px solid #ebeef5;flex-direction:row;justify-content:space-between;align-items:center;height:48px;padding:0 10px;font-size:16px;transition:all .3s;display:flex}.el-layout-column .el-layout-item-left .el-layout-item-left-title .el-layout-item-icon{justify-content:center;align-items:center;display:flex}.el-layout-column .el-layout-item-left .el-layout-item-left-body{height:calc(100% - 48px)}.el-layout-column .el-layout-item-left .el-layout-item-left-body .el-scrollbar__wrap{overflow-x:hidden}.el-layout-column .el-layout-item-left .el-layout-item-left-body .el-scrollbar__view{height:100%}.el-layout-column .el-layout-item-split-trigger{cursor:e-resize;width:10px;height:100%}.el-layout-column .el-layout-item-right{background:#fff;flex:1;height:100%;overflow:hidden}.el-layout-column .h-full{height:100%}