


















































/* 已选点位面板 */
.selected-points[data-v-59cc20ac] {
  border: 1px solid #ebeef5;
  border-radius: 6px;
  padding: 10px 12px;
  margin: 10px 0;
  background: #fafbfc;
}
.selected-header[data-v-59cc20ac] {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}
.selected-title[data-v-59cc20ac] {
  font-weight: 600;
  color: #303133;
}
.group-card[data-v-59cc20ac] {
  border-top: 1px dashed #ebeef5;
  padding: 8px 0;
}
.group-card[data-v-59cc20ac]:first-of-type {
  border-top: none;
}
.group-title[data-v-59cc20ac] {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 6px;
  color: #409eff;
  font-size: 13px;
}
.group-code[data-v-59cc20ac] {
  font-weight: 600;
}
.group-count[data-v-59cc20ac] {
  color: #909399;
  font-size: 12px;
}
.group-tags[data-v-59cc20ac] {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}


.table-outer[data-v-520e1d94] .el-divider--horizontal {
  margin: 2px 0 5px 0;
}
.table-outer[data-v-520e1d94] .el-tag {
  margin-bottom: 3px;
}
.user-class[data-v-520e1d94] {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.back-button[data-v-520e1d94] {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

/* 委托单行可点击 */
.clickable-table[data-v-520e1d94] .el-table__row {
  cursor: pointer;
}
.row-tip[data-v-520e1d94] {
  margin: 8px 0;
}

/* 委托单编号 + 已选点位计数 */
.code-cell[data-v-520e1d94] {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.point-count[data-v-520e1d94] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 9px;
  background: #409eff;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
}
.delegate-sub[data-v-520e1d94] {
  margin-left: 10px;
  font-size: 13px;
  color: #909399;
  font-weight: normal;
}
.show-all-switch[data-v-520e1d94] {
  float: right;
  margin-right: 10px;
}
.point-filter-form[data-v-520e1d94] {
  margin-bottom: 4px;
}
.point-filter-form[data-v-520e1d94] .el-form-item {
  margin-bottom: 10px;
}
.point-filter-form[data-v-520e1d94] .el-select {
  width: 180px;
}

