.container { display: flex; height: calc(100vh - 340px); .leftTree { width: 300px; height: 100%; border-right: 1px solid #e8e8e8; .leftTreeTitle { height: 50px; line-height: 50px; padding-left: 20px; border-bottom: 1px solid #e8e8e8; } } .rightTable { width: calc(100% - 400px); margin-left: 100px; overflow-y: scroll; } }