.margin-bottom0 {
  margin-bottom: 0;
}
.vxeTable >>> .scrolling--middle {
  height: calc(100% - 10px) !important;
}
.vxeTable >>> .vxe-table--fixed-right-wrapper {
  height: calc(100% - 10px) !important;
  .vxe-body--row {
    height: 52px !important;
  }
}
.vxeTable >>> .vxe-table--fixed-left-wrapper {
  height: calc(100% - 10px) !important;
  .vxe-body--row {
    height: 52px !important;
  }
}
.diandianDivClass {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
