
.type-title {
  height: 35px;
  line-height: 35px;
  padding-left: 10px;
  background-color: #f0f2f5;
  margin-bottom: 20px;
}


.left-menu {
  min-height: 70vh;
  border-right: 1px solid #eee;
}
.org-tree .ant-table-tbody > tr > td {
  border: none !important;
}
.ant-table-tbody > tr.ant-table-row-selected td{
  background: #fff !important;
}


.flex-end[data-v-c25f5f80] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

