|
@@ -39,7 +39,7 @@
|
|
|
</div>
|
|
|
</el-tooltip>
|
|
|
|
|
|
- <el-tooltip
|
|
|
+ <!-- <el-tooltip
|
|
|
class="item"
|
|
|
effect="dark"
|
|
|
content="切割小题"
|
|
@@ -64,7 +64,7 @@
|
|
|
alt=""
|
|
|
/>
|
|
|
</div>
|
|
|
- </el-tooltip>
|
|
|
+ </el-tooltip> -->
|
|
|
<el-tooltip
|
|
|
class="item"
|
|
|
effect="dark"
|
|
@@ -761,7 +761,8 @@ export default {
|
|
|
};
|
|
|
if (imgType) {
|
|
|
this.list[this.curBoxIndex].ele.unshift({
|
|
|
- subNum: this.list[this.curBoxIndex].ele.length + 1,
|
|
|
+ // subNum: this.list[this.curBoxIndex].ele.length + 1,
|
|
|
+ subNum: 1,
|
|
|
img: this.myCropper
|
|
|
.getCroppedCanvas({ width: 1310 })
|
|
|
.toDataURL("image/jpeg"),
|
|
@@ -771,7 +772,8 @@ export default {
|
|
|
} else {
|
|
|
this.list[this.curBoxIndex].id = 0;
|
|
|
this.list[this.curBoxIndex].ele.push({
|
|
|
- subNum: this.list[this.curBoxIndex].ele.length + 1,
|
|
|
+ // subNum: this.list[this.curBoxIndex].ele.length + 1,
|
|
|
+ subNum: 1,
|
|
|
img: this.myCropper
|
|
|
.getCroppedCanvas({ width: 1310 })
|
|
|
.toDataURL("image/jpeg"),
|