|
|
@@ -470,7 +470,6 @@
|
|
|
.in(this)
|
|
|
.selectAll(".cccAAAB")
|
|
|
.boundingClientRect((rects) => {
|
|
|
- console.log('cccccccccc', rects)
|
|
|
this.defaultD = rects[0].top;
|
|
|
})
|
|
|
.exec();
|
|
|
@@ -484,7 +483,7 @@
|
|
|
query.exec((res) => {
|
|
|
let arr = []
|
|
|
this.unitPositions.forEach((item, index) => {
|
|
|
- if ((item.top + res[0].top) < this.defaultD) {
|
|
|
+ if ((item.top + res[0].top) < this.defaultD+20) {
|
|
|
arr.push(index)
|
|
|
}
|
|
|
})
|