From d113a9c68c36e9e54ffe56342e30d59e5ee0629d Mon Sep 17 00:00:00 2001 From: whycq <10027870+whycq@user.noreply.gitee.com> Date: 星期五, 09 九月 2022 14:50:10 +0800 Subject: [PATCH] # --- src/main/webapp/views/index_datashow3.html | 26 ++++++++++++++++---------- 1 files changed, 16 insertions(+), 10 deletions(-) diff --git a/src/main/webapp/views/index_datashow3.html b/src/main/webapp/views/index_datashow3.html index cb0d86d..9b03d02 100644 --- a/src/main/webapp/views/index_datashow3.html +++ b/src/main/webapp/views/index_datashow3.html @@ -11,6 +11,7 @@ <!-- <script src="../static/js/tableData2.js"></script>--> <script src="../static/js/tableData3.js"></script> <script src="../static/js/projectShow3.js"></script> + <script src="../static/js/projectShow3.js"></script> <script src="../static/js/cols.js"></script> </head> <body> @@ -38,19 +39,24 @@ </table> </div> </div> + <div id="details"> - <div class="head"> - <h2></h2> - <button id="close" type="button" style="float: right;">鍏� 闂�</button> + <div style="width: 98%;height: 110%;"> + <div class="head"> + <h2></h2> + <button id="close" type="button" style="float: right;">鍏� 闂�</button> + </div> + <table id="details-tab-left" cellspacing="0" cellpadding="0"></table> + <table id="details-tab" cellspacing="0" cellpadding="0"> + <thead> + </thead> + <tbody> + </tbody> + </table> </div> - <table id="details-tab-left" cellspacing="0" cellpadding="0"></table> - <table id="details-tab" cellspacing="0" cellpadding="0"> - <thead> - </thead> - <tbody> - </tbody> - </table> </div> + + <div id="tips"> <h3>鎻愮ず</h3> <div id="text">褰撳墠椤圭洰璁″垝鏃堕棿涓嶅畬鏁达紱璇疯ˉ鍏呭畬鎴愬悗閲嶈瘯!</div> -- Gitblit v1.9.1