.leftTree {
  flex-shrink: 0;
  height: 100%;
  padding: 14px;
  overflow: auto;
}
.rightTable {
  flex: 1;
  border-left: 1px solid #f0f0f0;
}