.vocabularyManagement-page[data-v-9ec43a80] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.vocabularyManagement-page .tree-menu-container[data-v-9ec43a80] {
  width: 270px;
  height: calc(100vh - 53px);
  background: #fff;
  overflow-y: auto;
}
.vocabularyManagement-page .table-container[data-v-9ec43a80] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.vocabularyManagement-page .model-title[data-v-9ec43a80] {
  height: 38px;
  line-height: 38px;
  padding-left: 25px;
  border-bottom: 1px solid #eceff4;
  border-right: 1px solid #eceff4;
  background: #fff;
  font-weight: 600;
}
