@import url("../styles/index.less");

.ze-history {
  .ant-space{
    width: 100%;
    max-width: 100vw;
    .ant-space-item{
      max-width: 100%;
      .ze-tag{
        max-width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
      }
    }
  }
}
