0
|
CD20160914Lv8专家互助发布于4 天前
|
你的子模板是cpt还是fvs?是根据不同的分辨率最大化?
|
-
苏菲的供词(提问者)
- FVS,就是想点击后铺满主页面
-
CD20160914 回复 苏菲的供词(提问者)
- 看这里:https://help.fanruan.com/finereport/doc-view-4316.html的文档
-
CD20160914 回复 苏菲的供词(提问者)
- "use document";
let aa="明细";
const iframe = document.createElement("iframe");
iframe.width = "100%";
iframe.height = "100%";
iframe.scrolling = "no";
iframe.style="border: none";
iframe.src = "/webroot/decision/view/duchamp?viewlet=demo1.fvs&page_number=1";
duchamp.showDialog(
{
title:aa,
width: "100%",
height: "100%",
innerContent:iframe,
dialogType:"center",
titleStyle: {color:"white", fontWeight: "bold",background:"#FFCC00",height:"35px",fontSize:"18px",fontfamily:"隶书"},
backgroundStyle: {background:"#00142E" },//修改背景颜色
}
);
$(".duchamp-custom-title").css({"line-height":"35px","font-family":"幼圆"});
|
|