.zt-empty {
  .van-empty__image {
    width: 200px;
    height: auto;
  }
}
.zt-table--new-nodata {
  z-index: 5;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #969799;
  font-size: 14px;
  > .van-image {
    height: 135px;
  }
}
