.container-box[data-v-6ed2c784] {
  padding: 30px;
  background: #f0f2f5;
}
.container-box .record-box[data-v-6ed2c784] {
  background: #fff;
  padding: 10px;
}
.container-box .record-box .member-box[data-v-6ed2c784] {
  display: flex;
  padding: 0 30px;
  margin-bottom: 40px;
  align-items: baseline;
}
.container-box .record-box .doctor-box[data-v-6ed2c784] {
  display: flex;
  justify-content: end;
  padding: 0 30px;
  margin-bottom: 40px;
  align-items: baseline;
}
.container-box .content[data-v-6ed2c784] {
  background: #f2f2f2;
  border: 1px solid #ecedee;
  opacity: 0.8;
  border-radius: 15px ;
  margin: 0 10px;
  padding: 5px 10px 5px;
  position: relative;
  letter-spacing: 2px;
  width: 30%;
  text-align: center;
}
.container-box .date-box[data-v-6ed2c784] {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}
.container-box .other_box[data-v-6ed2c784] {
  width: 300px;
  background: #6EA0F1;
  text-align: center;
  border-radius: 8px;
  color: #fff;
  height: 40px;
  line-height: 40px;
}
.container-box .name-box[data-v-6ed2c784] {
  display: flex;
  flex-direction: column;
  font-size: x-small;
  align-items: flex-start;
  width: 80px;
  /* 修改：加宽以显示名称 */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  align-items: center;
  /* 新增：居中显示头像和名称 */
}

