/* Variables */

/* Mixins */
.avatar-uploader .el-upload {
  border: 1px dashed #D9D9D9;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.avatar-uploader .el-upload:hover {
  border-color: #20A0FF;
}
.avatar-uploader-icon {
  font-size: 28px;
  color: #8C939D;
  width: 300px;
  height: 120px;
  line-height: 120px;
  text-align: center;
}
.avatar {
  width: 300px;
  height: 145px;
  display: block;
}
.el-table .cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.w450 {
  width: 450px !important;
}
