@import '@beisen-phoenix/style-token/css/variable.scss';

$preCls:'phoenix';

.#{$preCls}-lookup{
  &__tagItem {
    margin-right: $Sp-5;
    margin-bottom: $Sp-4;
  }
  &__tag {
    box-sizing: border-box;
    height: 20px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    @include Fs-1;
    cursor: default;
  }
  &__tagLabel {
    //max-width: calc(100% - #{$Sp-7});
    text-overflow: ellipsis;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    color: $M1;
    margin-right: 20px;
  }
  &__tagClear {
    margin-left: $Sp-2;
    margin-right: $Sp-2;
    padding-top: 2px;
    float: right;
    cursor: pointer;
    margin-top: -20px;
  }

}