
.uploader-avatar[data-v-8db2838a] .el-upload {
  background-color: #fbfdff;
  border: 1px dashed #c0ccda;
  border-radius: 6px;
  box-sizing: border-box;
  width: 148px;
  height: 120px;
  cursor: pointer;
  line-height: 146px;
  vertical-align: top;
  overflow: hidden;
}
.img-show[data-v-8db2838a] {
  position: relative;
  border: 1px solid #c0ccda;
  border-radius: 6px;
  box-sizing: border-box;
  width: 148px;
  height: 120px;
  cursor: pointer;
  overflow: hidden;
}
.uploader-avatar[data-v-8db2838a] .el-upload:hover {
  border-color: #409eff;
}
.uploader-avatar[data-v-8db2838a] i {
  font-size: 28px;
  color: #8c939d;
}
.avatar[data-v-8db2838a] {
  width: 148px;
  height: 148px;
  display: block;
}
.actions[data-v-8db2838a] {
  position: absolute;
  width: 100%;
  height: 100%;
  line-height: 148px;
  left: 0;
  top: 0;
  cursor: default;
  text-align: center;
  color: #fff;
  opacity: 0;
  font-size: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.3s;
}
.actions[data-v-8db2838a]:hover {
  opacity: 1;
}
.actions:hover span[data-v-8db2838a] {
  display: inline-block;
}
.actions span[data-v-8db2838a] {
  display: none;
  margin: 0 16px;
  cursor: pointer;
}


.input-new-tag {
  width: 90px;
  margin-left: 10px;
  vertical-align: bottom;
}
.toolkit-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.tag-item {
  display: flex;
  align-items: center;
  padding: 5px 10px;
  border-radius: 4px;
  background-color: #e0e0e0;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.el-table__body tr {
  height: 30px; /* 调整表格行高 */
}
.el-table__body td {
  padding: 4px 0; /* 缩减内边距进一步缩小行高 */
}

