瑞强 吴 hai 8 meses
pai
achega
0e22a690e8
Modificáronse 2 ficheiros con 7 adicións e 1 borrados
  1. 6 0
      page.css
  2. 1 1
      page.html

+ 6 - 0
page.css

@@ -19,6 +19,12 @@
     overflow: auto;
 }
 
+.zl-table-height-12 {
+    /* height: calc(50vh - 17px); */
+    height: calc(100vh - 70px);
+    overflow: auto;
+}
+
 body {
     margin: 0;
 }

+ 1 - 1
page.html

@@ -82,7 +82,7 @@
                     <div class="zl-col-12">
                         <div class="zl-row">
                             <div class="zl-table-head table-title">JS事件</div>
-                            <div class="zl-table-height">
+                            <div class="zl-table-height-12">
                                 <div class="table table-bordered" id="eventTable">
                                 </div>
                             </div>