.zbx-list {
  .adm-list-body {
    border: none;
  }
  .adm-list-item-content {
    justify-content: space-between;
    height: 56px;
  }
  .adm-list-item-content-main {
    width: 314px;
    padding: 0;
    overflow: hidden;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
  }
  .adm-list-item-content-arrow {
    margin-left: 0;
  }

  .adm-list-item {
    padding-left: 0;
    &:active:not(.adm-list-item-disabled) {
      background-color: #fff;
    }
  }
}
