2023-11-16-1
This commit is contained in:
@@ -259,7 +259,6 @@ export default defineComponent({
|
||||
let image:any = new Image()
|
||||
image.src = this.option.img
|
||||
let imgbox:any = this.$refs.imgbox
|
||||
console.log(imgbox);
|
||||
let imgBoxSize = imgbox.getElementsByClassName('cropper-crop-box')[0]
|
||||
let imgBoxSizeBG = imgbox.getElementsByClassName('cropper-view-box')[0]
|
||||
let divTop:any = document.createElement('div');
|
||||
@@ -293,7 +292,7 @@ export default defineComponent({
|
||||
|
||||
})
|
||||
|
||||
},300)
|
||||
},800)
|
||||
},
|
||||
realTime(data:any) {
|
||||
clearTimeout(this.cropperTime)
|
||||
|
||||
Reference in New Issue
Block a user