.personal-list-view{width:100%;height:100%;padding:10px;background-color:#fff;box-sizing:border-box;position:relative;display:flex;flex-direction:column}.personal-list-view .query-form .el-form-item--small.el-form-item{margin-bottom:8px}.personal-list-view .body-container{width:100%;height:200px;flex:1;display:flex;flex-direction:row}.personal-list-view .body-container .tree-div{width:300px;height:100%;display:flex;flex-direction:column;margin-right:10px}.personal-list-view .body-container .tree-div .title-info{font-size:16px;font-weight:700;color:#478ae1;margin-bottom:10px}.personal-list-view .body-container .tree-div .btns-div{display:flex;justify-content:space-around;align-items:center}.personal-list-view .body-container .tree-div .el-tree{flex:1;width:100%;height:100px;border:1px solid #ebeef5;overflow:auto}.personal-list-view .body-container .table-div{flex:1;width:200px;height:100%}