.tag-text-input[data-v-5772e887] {
  width: 100%;
  min-width: 0;
}
.tag-text-input__box[data-v-5772e887],
.tag-text-input__readonly[data-v-5772e887] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 32px;
  line-height: 1;
}
.tag-text-input__box[data-v-5772e887] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2px 6px;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  background: #fff;
  cursor: text;
}
.tag-text-input__box--inside[data-v-5772e887] {
  -ms-flex-line-pack: center;
      align-content: center;
}
.tag-text-input__box[data-v-5772e887]:focus-within {
  border-color: #409eff;
}
.tag-text-input__tag[data-v-5772e887] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
  margin: 2px 4px 2px 0;
}
.tag-text-input__tag[data-v-5772e887] .el-tag__close {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.tag-text-input__tag-text[data-v-5772e887] {
  display: block;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tag-text-input__input[data-v-5772e887] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 70px;
  width: auto;
}
.tag-text-input__input[data-v-5772e887] .el-input__inner {
  height: 26px;
  line-height: 26px;
  border: none;
  padding: 0;
}
.tag-text-input__native-input[data-v-5772e887] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 80px;
          flex: 1 1 80px;
  min-width: 80px;
  height: 26px;
  line-height: 26px;
  border: none;
  outline: none;
  padding: 0;
  color: #606266;
  font-size: 14px;
  background: transparent;
}
.tag-text-input__native-input[data-v-5772e887]::-webkit-input-placeholder {
  color: #c0c4cc;
}
.tag-text-input__native-input[data-v-5772e887]::-moz-placeholder {
  color: #c0c4cc;
}
.tag-text-input__native-input[data-v-5772e887]:-ms-input-placeholder {
  color: #c0c4cc;
}
.tag-text-input__native-input[data-v-5772e887]::-ms-input-placeholder {
  color: #c0c4cc;
}
.tag-text-input__native-input[data-v-5772e887]::placeholder {
  color: #c0c4cc;
}
.tag-text-input--medium .tag-text-input__box--inside[data-v-5772e887] {
  min-height: 36px;
}
.tag-text-input--medium .tag-text-input__native-input[data-v-5772e887] {
  height: 30px;
  line-height: 30px;
}
.tag-text-input--small .tag-text-input__box--inside[data-v-5772e887],
.tag-text-input--mini .tag-text-input__box--inside[data-v-5772e887] {
  min-height: 32px;
}
.tag-text-input__empty[data-v-5772e887] {
  color: #909399;
}
