See999 преди 3 години
родител
ревизия
55a47e4778
променени са 1 файла, в които са добавени 7 реда и са изтрити 5 реда
  1. 7 5
      src/xt_pages/dialysis/dialysisPrintOrder.vue

+ 7 - 5
src/xt_pages/dialysis/dialysisPrintOrder.vue Целия файл

224
         >
224
         >
225
       </template>
225
       </template>
226
     </div>
226
     </div>
227
-    <div class="app-container ">
227
+    <div class="app-container" style="min-height:0;">
228
       <!--<div class="order-print-btn"-->
228
       <!--<div class="order-print-btn"-->
229
       <!--v-loading="loading"-->
229
       <!--v-loading="loading"-->
230
       <!--element-loading-text="加载中"-->
230
       <!--element-loading-text="加载中"-->
305
             </el-table>
305
             </el-table>
306
           </div>
306
           </div>
307
         </div>
307
         </div>
308
-        <div>
308
+        <div class='dialysisPage' style="height: calc(100vh - 178px);overflow-x:auto;::-webkit-scrollbar:height:15px">
309
           <DialysisPrintOrderOne
309
           <DialysisPrintOrderOne
310
             v-bind:childResponse="childResponse"
310
             v-bind:childResponse="childResponse"
311
             v-if="org_template_info.template_id == 1"
311
             v-if="org_template_info.template_id == 1"
1685
 .table-box1 tr {
1685
 .table-box1 tr {
1686
   border-bottom: 1px solid #000;
1686
   border-bottom: 1px solid #000;
1687
 }
1687
 }
1688
-
1689
 </style>
1688
 </style>
1690
 
1689
 
1691
 <style lang="scss">
1690
 <style lang="scss">
1691
+
1692
 .newContainer{
1692
 .newContainer{
1693
-  overflow-x: auto;
1694
-  height: 500px;
1693
+  .dialysisPage::-webkit-scrollbar {
1694
+    height: 15px;
1695
+  }
1696
+  
1695
   .el-date-editor{
1697
   .el-date-editor{
1696
     .el-input__inner{
1698
     .el-input__inner{
1697
       padding-right:0px;
1699
       padding-right:0px;