<?xml version="1.0" encoding="UTF-8"?> <!-- $Author: huangtianyang $Date: 2018/7/10 下午6:43 $Revision: 1.0 --> <a:screen xmlns:a="http://www.leaf-framework.org/application"> <a:init-procedure/> <a:view template="default" package="leaf.ui.std"> <link rel="stylesheet" href="${/request/@context_path}/leafresource/leaf.ui.std/default/hlscomponent/hls-all.css" type="text/css"/> <script src="${/request/@context_path}/leafresource/leaf.ui.std/hap/widget/wigetMaker.js" type="text/javascript"/> <style> html, body { width: 100% !important; } </style> <script type="text/javascript"></script> <div style="width: 1170px;margin: auto"> <div class="hls-block-margin-top hls-float-left" style="width: 880px; display: inline-block"> <div id="left-block" class="hls-float-left customTabPaneInit"> <div id="hlsAnalyseCountChart" style="height: 270px;"> <a:screen-include screen="modules/lon/LON120/LON121/LON121.lview"/> </div> <div id="rolltableContract" class="hls-block-margin-top"> <a:screen-include screen="modules/lon/LON120/LON123/LON123.lview"/> </div> </div> </div> <div class="hls-block-margin-body hls-block-margin-top hls-float-left" id="LON122" style="display: inline-block"> <a:screen-include screen="modules/lon/LON120/LON122/LON122.lview"/> </div> </div> <a:screenBody> </a:screenBody> <script type="text/javascript"><![CDATA[ /* var widget = new renderWidgetMaker(1000); widget.init(['#hlsAnalyseCountChart', '#LON122', '#rolltableContract'], [ '${/request/@context_path}/modules/lon/LON120/LON121/LON121.lview', '${/request/@context_path}/modules/lon/LON120/LON121/LON121.lview', '${/request/@context_path}/modules/lon/LON120/LON123/LON123.lview' ]); */ ]]></script> </a:view> </a:screen>