.el-dialog__header {
  box-shadow: 0px 8px 10px -12px #a1a2a5;
}
.el-dialog--center .el-dialog__body {
  text-align: initial;
  padding: 20px 25px 0px !important;
}
.el-dialog {
  margin-top: 10vh;
}
/*滚动条样式*/
.dialogBox::-webkit-scrollbar {
  width: 4px;
  /*height: 4px;*/
}
.dialogBox::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
}
.dialogBox::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.dialogBox {
  width: 740px;
  /* height: 62vh; */
  /* overflow-y: auto; */
  /* overflow-x: hidden; */
}

.button-list {
  /* border: 1px solid #ebeef5; */
  border-bottom: none;
  height: 48px;
  line-height: 48px;
  padding: 0 0 0 10px;
}
.button-list button {
  vertical-align: middle;
}
.button-list-right {
  float: right;
  padding: 0 10px 0 0;
}
.button-list-right .el-dropdown {
  margin: 0 0 0 10px;
}

.button-list-right .el-dropdown button {
  margin-top: -1px;
}
.app-main {
  background-color: #f0f2f5;
}
.app-container {
  margin: 15px;
  background-color: white;
}

.el-input__inner {
  height: 40px;
  line-height: 40px;
}

.avatar-uploader .el-upload {
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.avatar-uploader .el-upload:hover {
  border-color: #409eff;
}
.avatar-uploader-icon {
  font-size: 28px;
  color: #8c939d;
  width: 178px;
  height: 178px;
  line-height: 178px;
  text-align: center;
}
.avatar {
  width: 178px;
  height: 178px;
  display: block;
}
