Просмотр исходного кода

报表数据预设,弹窗固定高度

MaiXinRong 2 лет назад
Родитель
Сommit
1675a475be
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      app/view/report/rpt_all_popup.ejs

+ 2 - 2
app/view/report/rpt_all_popup.ejs

@@ -559,7 +559,7 @@
                     <span aria-hidden="true">&times;</span>
                 </button>
             </div>
-            <div class="modal-body">
+            <div class="modal-body" style="overflow-y: auto; height: 480px">
                 <table class="table table-bordered">
                     <thead id="scr-header"><tr class="text-center"><th>选择</th><th>变更令号</th><th>工程名称</th></tr></thead>
                     <tbody id="scr-list">
@@ -586,7 +586,7 @@
                     <span aria-hidden="true">&times;</span>
                 </button>
             </div>
-            <div class="modal-body">
+            <div class="modal-body" style="overflow-y: auto; height: 480px">
                 <table class="table table-bordered">
                     <thead id="sos-header"><tr class="text-center"><th>选择</th><th>变更令号</th><th>工程名称</th></tr></thead>
                     <tbody id="sos-list">