.vxe-list-view {
  position: relative;
  color: var(--vxe-ui-font-color);
  font-family: var(--vxe-ui-font-family);
  overflow: auto;
  &.is--loading {
    .vxe-list-view--body {
      visibility: hidden;
    }
  }
}
.vxe-list-view--body,
.vxe-list-view--grid-wrapper {
  height: 100%;
  overflow: auto;
}