
.member-upload[data-v-d929b50e] {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  margin-bottom: 20px;
}
.member-upload .button-group[data-v-d929b50e] {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}
.member-display .member-group[data-v-d929b50e] {
  margin-bottom: 30px;
}
.member-display .member-group .group-title[data-v-d929b50e] {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}
.member-display .member-group .member-list[data-v-d929b50e] {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
[data-v-d929b50e] .el-avatar img{
  width: 100% !important;
}
.member-display .member-group .member-list .member-item[data-v-d929b50e] {
  text-align: center;
  width: calc(12.5% - 20px); /* 8个一行，减去间距 */
}
.member-display .member-group .member-list .member-item .member-name[data-v-d929b50e] {
  margin-top: 8px;
  font-size: 14px;
  color: #333;
}
.dialog-footer[data-v-d929b50e] {
  text-align: left;
}
.pass[data-v-d929b50e]{
  color: #FF5020;
}
.nopass[data-v-d929b50e]{
  color: #ccc;
}

