完成 区域报告 事件报告 迁移
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user