@import '../style/var.less';

.zt-tag-list {
  display: flex;
  flex-wrap: wrap;
  // padding: 0 10px;
  > div.zt-tag-list__item {
    padding: 8px;
    margin-right: 10px;
    border-radius: @radius;
    margin-bottom: 5px;
    &::after {
      color: @border-color;
      border-radius: @radius;
    }
    &.active {
      background-color: @system;
      &::after {
        border: none;
      }
    }
  }
}
