信呼v2.5.1版本

This commit is contained in:
雨中磐石
2022-11-17 16:20:57 +08:00
parent 44100a4ab9
commit f4d68700c7
65 changed files with 1642 additions and 245 deletions

View File

@@ -100,7 +100,7 @@
var s = '',a=can.items,i,i1,style='padding:10px';
if(can.bodyheight!=0)style+=';height:'+can.bodyheight+'px';
s+='<div align="center" style="'+style+';overflow-y:auto" >';
s+='<form id="form_'+rand+'" name="form_'+rand+'" style="padding:0px;maring:0px">';
s+='<form id="form_'+rand+'" name="form_'+rand+'" autocomplete="off" style="padding:0px;maring:0px">';
s+='<input name="id" value="0" type="hidden">';
s+='<table width="'+can.bodywidth+'">';
for(i=0; i<a.length; i++){