提交 3a817348 编写于 作者: F fancy

签到二维码大小调整

上级 ba0162e0
......@@ -712,7 +712,7 @@ MWF.xApplication.Meeting.MeetingForm = new Class({
}
var html = "<div item='qrCode' style='position: absolute;right:0px;top:-20px;width:100px;height:130px;'></div><table width='100%' bordr='0' cellpadding='7' cellspacing='0' styles='formTable'>" +
var html = "<div item='qrCode' style='position: absolute;right:0px;top:-20px;width:150px;height:180px;'></div><table width='100%' bordr='0' cellpadding='7' cellspacing='0' styles='formTable'>" +
//"<tr><td colspan='2' styles='formTableHead'>申诉处理单</td></tr>" +
"<tr>"+
" <td styles='formTableTitle' width='70'>"+this.lp.applyPerson+":</td>" +
......@@ -934,15 +934,16 @@ MWF.xApplication.Meeting.MeetingForm = new Class({
var img = new Element("img",{
src : "data:image/png;base64,"+json.data.image,
styles : {
width : "100px",
height : "100px"
width : "150px",
height : "150px"
}
}).inject( this.qrCodeArea );
var div = new Element("div",{
text : "打印签到二维码",
styles : {
color : "#3c75b7",
cursor : "pointer"
"color" : "#3c75b7",
"cursor" : "pointer",
"text-align": "center"
},
events : {
click : function(){
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册