easyui页面布局
html:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>异常告警</title> <meta http-equiv="pragma" content="no-cache" /> <meta http-equiv="cache-control" content="no-cache" /> <meta http-equiv="expires" content="0" /> <link href="../../Styles/chargePileDetailInfomation.css" rel="stylesheet" type="text/css" /> <link rel="stylesheet" type="text/css" href="../../Scripts/jquery-easyui-1.3.1/themes/default/easyui.css" /> <link rel="stylesheet" type="text/css" href="../../Scripts/jquery-easyui-1.3.1/themes/icon.css" /> <link href="../../Scripts/jquery-easyui-1.3.1/demo.css" rel="stylesheet" type="text/css" /> <script src="../../Scripts/jquery-easyui-1.3.1/jquery-1.8.0.min.js" type="text/javascript"></script> <script src="../../Scripts/jquery-easyui-1.3.1/jquery.easyui.min.js" type="text/javascript"></script> <script src="../../Scripts/jquery-easyui-1.3.1/locale/easyui-lang-zh_CN.js" type="text/javascript"></script> <script src="../../Scripts/WarnRecService/RealTimeWarn.js" type="text/javascript"></script> </head> <body style="margin: 0;padding: 0;"> <div id="telesignalling_warn" class="easyui-panel" style="height: 320px; verflow: hidden;" title=" " iconcls="icon-form" tools="#t_telesignalling_warn"> <table id="dg_telesignalling_warn"> </table> </div> <div id="card_Warn" class="easyui-panel" style="overflow: hidden; height: 150px;" title=" " iconcls="icon-form" tools="#t_card_warn"> <table id="dg_Card_Warn"> </table> </div> <div class="easyui-layout" data-options="fit:true" border="false" style="height: 200px; overflow: hidden;" > <div data-options="region:'center'" style="width: 512px; height: 200px; overflow: hidden;" > <div id="communication_warn" class="easyui-panel" title=" " iconcls="icon-form" style="width: 512px; height: 200px; overflow: hidden;" border="false"tools="#t_communication_warn"> <table id="dg_communication_warn"> </table> </div> </div> <div data-options="region:'east'" style="width: 512px; height: 200px; overflow: hidden;"> <div id="power_failure" class="easyui-panel" title=" " iconcls="icon-form" style="width: 512px; height: 200px; overflow: hidden;"border="false" tools="#t_power_failure"> <table id="dg_power_failure"> </table> </div> </div> </div> <div id="t_telesignalling_warn"> <a href="../../pages/WarnRecService/RealTimeQuery.htm" style="text-align: left; width: 40px; text-decoration: none;" title="更多">更多>></a> </div> <div id="t_card_warn"> <a href="javascript:void(0)" style="text-align: left; width: 40px; text-decoration: none;" title="更多" onclick="javascript:alert('add')">更多>></a> </div> <div id="t_communication_warn"> <a href="javascript:void(0)" style="text-align: left; width: 40px; text-decoration: none;" title="更多" onclick="javascript:alert('add')">更多>></a> </div> <div id="t_power_failure"> <a href="javascript:void(0)" style="text-align: left; width: 40px; text-decoration: none;" title="更多" onclick="javascript:alert('add')">更多>></a> </div> <div id="dlg" class="easyui-dialog" data-options="closed:true,modal:true,buttons:'#dlg_buttons',title:'告警处理',iconCls: 'icon-info'"> <div style="height: 100px; width: 100%;"> <div id="dlg-select"> <input type="radio" id="r_gjcl_done" name="r_gjcl" checked="checked" value="1" /> <label for="r_gjcl_done"> 灭警完成</label> <input type="radio" id="r_gjcl_wait" name="r_gjcl" value="0" /><label for="r_gjcl_wait">继续等待</label> </div> </div> <div id="dlg_buttons"> <a href="#" class="easyui-linkbutton" iconcls="icon-save" onclick="btn_ok();">确定</a> <a href="#" class="easyui-linkbutton" iconcls="icon-remove" onclick="btn_close();">取消</a> </div> </div> <input id="hidd_warnid" type="hidden" /> <input id="hidd_warntype" type="hidden" /> </body> </html>
显示:
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 如何编写易于单元测试的代码
· 10年+ .NET Coder 心语,封装的思维:从隐藏、稳定开始理解其本质意义
· .NET Core 中如何实现缓存的预热?
· 从 HTTP 原因短语缺失研究 HTTP/2 和 HTTP/3 的设计差异
· AI与.NET技术实操系列:向量存储与相似性搜索在 .NET 中的实现
· 周边上新:园子的第一款马克杯温暖上架
· Open-Sora 2.0 重磅开源!
· .NET周刊【3月第1期 2025-03-02】
· 分享 3 个 .NET 开源的文件压缩处理库,助力快速实现文件压缩解压功能!
· [AI/GPT/综述] AI Agent的设计模式综述