소스 검색

BUG修改

JX.Li 1 년 전
부모
커밋
dfdc5bf3da
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/ObsImageUpload/index.vue

+ 1 - 1
src/components/ObsImageUpload/index.vue

@@ -17,7 +17,7 @@
                :on-preview="handlePictureCardPreview"
                :class="{hide: this.fileList.length >= this.limit}"
     >
-      <i class="el-icon-plus abs">1111</i>
+      <i class="el-icon-plus abs"></i>
     </el-upload>
 
     <!-- 上传提示 -->