-
3516853030 小试身手Lv3
发表于2020-7-17 18:27
楼主
var a=document.getElementsByClassName("widgetobj_container")[0];
if(a){
a.firstChild.style.fontSize="20px";
a.children[1].style.left="65px"
a.children[1].style.top="4px"
}
只对放在编辑区内的维表生效。
if(a){
a.firstChild.style.fontSize="20px";
a.children[1].style.left="65px"
a.children[1].style.top="4px"
}
只对放在编辑区内的维表生效。