提交 d8840cca 编写于 作者: 蔡祥熠

Merge branch 'fix/process.read_mobile' into 'wrdp'

Merge of fix/process.read_mobile 修复已阅对话框在移动端显示不全的问题 to wrdp

See merge request o2oa/o2oa!6372
<div style="padding: 10px 10px 0px 10px; font-size:14px;">
<div style="height: 160px; margin-bottom:10px;overflow-y:auto;">
<div style="line-height: 20px; margin-bottom:10px; overflow: hidden">{{$.lp.setReadedConfirmInfo}}</div>
<div style="height: 90px; line-height: 30px; margin-bottom:10px;">
<div style="float: left; width: 60px; height: 90px; line-height: 90px;">{{$.lp.readedOpinion}}</div>
<div style="margin-left: 60px"><textarea class="readedWork_opinion" style="width: calc( 100% - 16px ); overflow:auto; height: 80px;" type="text"></textarea></div>
</div>
</div>
</div>
......@@ -4429,7 +4429,7 @@ debugger;
"fromLeft": p.x,
"width": width,
"height": height,
"url": this.app.path + "readed.html",
"url": this.app.path + ( layout.mobile ? "readedmobile.html" : "readed.html" ),
"lp": MWF.xApplication.process.Xform.LP.form,
"container": layout.mobile ? content : this.app.content,
"isClose": true,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册