Browse Source

11月5日,排班样式

yq1 3 months ago
parent
commit
130a9b7c1a
1 changed files with 11 additions and 1 deletions
  1. 11 1
      src/pages/new_Patientscheduling/new_content.vue

+ 11 - 1
src/pages/new_Patientscheduling/new_content.vue View File

38
         height="calc(100% - 0px)"
38
         height="calc(100% - 0px)"
39
         ref="table"
39
         ref="table"
40
         style="table-layout: fixed;"
40
         style="table-layout: fixed;"
41
+        class="eltable"
41
       >
42
       >
42
         <el-table-column
43
         <el-table-column
43
           prop="area"
44
           prop="area"
1564
     font-size: 18px;
1565
     font-size: 18px;
1565
     border-top: 1px solid #e5e5e5;
1566
     border-top: 1px solid #e5e5e5;
1566
   }
1567
   }
1567
-
1568
 </style>
1568
 </style>
1569
 <style lang="scss">
1569
 <style lang="scss">
1570
   .xiugai{
1570
   .xiugai{
1632
   .ellipsis-pop{
1632
   .ellipsis-pop{
1633
     min-width: 83px;
1633
     min-width: 83px;
1634
   }
1634
   }
1635
+  .el-table .el-table__cell {
1636
+    padding: 5px 0 !important;
1637
+    min-width: 0;
1638
+    -webkit-box-sizing: border-box;
1639
+    box-sizing: border-box;
1640
+    text-overflow: ellipsis;
1641
+    vertical-align: middle;
1642
+    position: relative;
1643
+    text-align: left;
1644
+  }
1635
 </style>
1645
 </style>