This commit is contained in:
yumoqing 2024-10-28 16:00:33 +08:00
parent 250eabaa67
commit 8a59ebffc3

View File

@ -244,7 +244,7 @@ var archor_at = function(archor){
}
var archorize = function(ele,archor){
var lt = archorAt(archor);
var lt = archor_at(archor);
ele.style.top = lt.top;
ele.style.left = lt.left;
var o = {