完成 区域报告 事件报告 迁移

This commit is contained in:
GGJ
2024-02-28 20:35:20 +08:00
parent 4aaf97fe8b
commit e910584460
16 changed files with 1285 additions and 63 deletions

View File

@@ -821,11 +821,7 @@ export default {
var newDivRms = $(
` <div style="height:${
this.vh
};overflow: hidden;"><div class='bx' id='${rmsId}' style="zoom:${
this.zoom
};transform:scale(${
1 / this.zoom
});transform-origin:0 0;"></div></div>`
};overflow: hidden;"><div class='bx' id='${rmsId}' ></div></div>`
);
newDivRms.insertAfter($("#rmsp"));
$("#" + rmsId).css("height", picHeight);