Browse Source

修改上传文件

bill 2 years ago
parent
commit
d9ab5b68b4
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/views/draw-file/modal.tsx

+ 0 - 1
src/views/draw-file/modal.tsx

@@ -391,7 +391,6 @@ export const DfUploadCrop = ({type, caseId, onClose, onSave}: DfUploadCropProp)
       beforeCrop={beforeCrop}
       modalTitle={"裁剪" + BoardTypeDesc[type]}
       aspect={width / width}
-      aspectSlider
       maxZoom={5}
       minZoom={minZoom}>
       <Upload beforeUpload={onUpload} multiple={false} accept="png">