From dce9e946c4672f2462c0b0e3b4458813f8b6054e Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期五, 09 九月 2022 17:06:49 +0800
Subject: [PATCH] #
---
src/main/webapp/views/index_datashow3.html | 32 +++++++++++++++++++++-----------
1 files changed, 21 insertions(+), 11 deletions(-)
diff --git a/src/main/webapp/views/index_datashow3.html b/src/main/webapp/views/index_datashow3.html
index 2a14f99..8086b17 100644
--- a/src/main/webapp/views/index_datashow3.html
+++ b/src/main/webapp/views/index_datashow3.html
@@ -10,7 +10,8 @@
<!-- <script src="../static/js/tableData.js"></script>-->
<!-- <script src="../static/js/tableData2.js"></script>-->
<script src="../static/js/tableData3.js"></script>
- <script src="../static/js/projectShow2.js"></script>
+ <script src="../static/js/projectShow3.js"></script>
+ <script src="../static/js/changetime.js"></script>
<script src="../static/js/cols.js"></script>
</head>
<body>
@@ -38,24 +39,33 @@
</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>
<button id="closee" onclick="">纭� 璁�</button>
</div>
+
+ <div id="changes">
+
+ </div>
</body>
</html>
<script type="text/javascript">
--
Gitblit v1.9.1