From c614a786d7449d2bc517ff20a5aff4e7ce4acee6 Mon Sep 17 00:00:00 2001
From: 王佳豪 <g675230687@126.com>
Date: 星期五, 25 六月 2021 16:06:35 +0800
Subject: [PATCH] 1.sap请求日志 前端优化

---
 src/main/webapp/WEB-INF/pages/sapRequestLog.jsp |   21 ++++++++++++++++++++-
 1 files changed, 20 insertions(+), 1 deletions(-)

diff --git a/src/main/webapp/WEB-INF/pages/sapRequestLog.jsp b/src/main/webapp/WEB-INF/pages/sapRequestLog.jsp
index fba346c..c5c4434 100644
--- a/src/main/webapp/WEB-INF/pages/sapRequestLog.jsp
+++ b/src/main/webapp/WEB-INF/pages/sapRequestLog.jsp
@@ -14,7 +14,26 @@
 </head>
 <body>
 
-<table id="test-table" class="table table-hover table-striped table-condensed table-bordered"></table>
+<div class="table-responsive">
+    <table id="test-table" class="table table-hover table-striped table-condensed table-bordered"></table>
+</div>
+
+<div id="showDetail" class="modal fade" data-backdrop="static">
+    <div>
+
+    </div>
+    <div class="modal-content">
+        <div class="modal-header" id="headerName">
+           鏃ュ織鏄庣粏
+        </div>
+        <div class="container" style="text-align: center; width: 600px">
+            <form class="form-horizontal" id="detailForm"  method="post">
+                <textarea  style="width: 95%; margin-top: 8px" rows="10" id="details" readonly></textarea>
+            </form>
+            <button type="button" class="btn btn-default" onclick="closeModal()" style="margin-bottom: 8px">鍏抽棴</button>
+        </div>
+    </div>
+</div>
 
 </body>
 </html>
\ No newline at end of file

--
Gitblit v1.9.1