.ver_table {
  width: calc(100% - 1px);
  .nodata_box {
    // height: 135px;
    text-align: center;
  }
  .zt-table--new-nodata {
    z-index: 5;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #969799;
    font-size: 14px;
  }
}
.ver_table_overflow {
  overflow: auto;
}