💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
修改文件路径 D:\ireport365\ireport365.war\js\enduser\designer\designer.css 下面是手机版预览 ~~~ .report-preview-phone .report-preview-bg { /* background: url(phone-bg.png?v=1) top center no-repeat; background-size: 400px 670px; height: 670px; width: 400px; margin: 0 auto; padding-left:10px; */ background: url(phone-bg.png) top center no-repeat; background-size: auto 100%; height: 670px; width: 400px; margin: 0 auto; } .report-preview-phone #phoneSimulator { position: absolute; background-color: #fff; width: 372px; height: 546px; margin-top: 55px; margin-left: 13px; border: 2px solid #555; border-top: 2px solid #333; border-bottom: 2px solid #666 /* position: absolute; background-color: #fff; width: 353px; height: 496px; margin-top: 55px; margin-left: 13px; border: 2px solid #555; border-top: 2px solid #333; border-bottom: 2px solid #666; */ } ~~~ 下面是ipad 的预览 ~~~ .report-preview-pad .report-preview-bg { /* background: url(pad-bg.png)top center no-repeat; background-size: auto 100%; height: 560px; width: 870px; margin: 0 auto; background-size: 860px 530px; padding-left: 63px; margin-top: 27px; */ background: url(pad-bg.png)top center no-repeat; background-size: auto 100%; height: 560px; width: 870px; margin: 0 auto; } .report-preview-pad #phoneSimulator { position: absolute; background-color: #fff; width: 805px; height: 495px; margin-top: 34px; margin-left: 24px; border: 2px solid #555; border-top: 2px solid #333; border-bottom: 2px solid #666; /* position: absolute; background-color: #fff; width: 679px; height: 473px; margin-top: 9px; margin-left: 24px; border: 2px solid #555; border-top: 2px solid #333; border-bottom: 2px solid #666; */ } ~~~