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