See999 3 years ago
parent
commit
55a47e4778
1 changed files with 7 additions and 5 deletions
  1. 7 5
      src/xt_pages/dialysis/dialysisPrintOrder.vue

+ 7 - 5
src/xt_pages/dialysis/dialysisPrintOrder.vue View File

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