|
|
@@ -456,7 +456,6 @@
|
|
|
.in(this)
|
|
|
.selectAll(".cccAAA")
|
|
|
.boundingClientRect((rects) => {
|
|
|
- console.log('cccAAA', rects)
|
|
|
this.unitPositions = [...rects]
|
|
|
})
|
|
|
.exec();
|
|
|
@@ -466,7 +465,6 @@
|
|
|
.in(this)
|
|
|
.selectAll(".cccAAAB")
|
|
|
.boundingClientRect((rects) => {
|
|
|
- console.log('cccAAAB', rects)
|
|
|
this.defaultD = rects[0].top;
|
|
|
})
|
|
|
.exec();
|