.diyTable .upload-gltf {
  display: flex;
  align-items: center;
}
.diyTable .upload-gltf .el-upload__tip {
  margin: 0 0 0 10px;
  height: 20px;
  line-height: 20px;
}
.diyTable .gltf-file {
  font-size: 12px;
  line-height: 16px;
}
.diyTable .avatar-uploader .el-upload {
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.diyTable .avatar-uploader .el-upload:hover {
  border-color: #409eff;
}
.diyTable .avatar-uploader-icon {
  font-size: 28px;
  color: #8c939d;
  width: 178px;
  height: 178px;
  line-height: 178px;
  text-align: center;
}
.diyTable .avatar {
  width: 178px;
  height: 178px;
  display: block;
}
.diyTable .from {
  background: #f1f1f1;
  padding-top: 10px;
}
.diyTable .from .el-form-item {
  margin-bottom: 8px;
}
.diyTable .from p {
  text-align: left;
  padding-left: 30px;
  line-height: 40px;
}
