huangyw il y a 2 ans
Parent
révision
e9d1507407
1 fichiers modifiés avec 7 ajouts et 4 suppressions
  1. 7 4
      src/xt_pages/outpatientDoctorStation/batch_replacement.vue

+ 7 - 4
src/xt_pages/outpatientDoctorStation/batch_replacement.vue Voir le fichier

@@ -88,7 +88,7 @@
88 88
             }"
89 89
           >
90 90
             <el-table-column type="selection" width="55"> </el-table-column>
91
-            <el-table-column label="患者姓名" width="155">
91
+            <el-table-column label="患者姓名" width="184">
92 92
               <template slot-scope="scope">{{ scope.row.name }}</template>
93 93
             </el-table-column>
94 94
           </el-table>
@@ -803,12 +803,15 @@ export default {
803 803
 
804 804
 
805 805
 <style lang="scss" scoped>
806
+.el-container {
807
+  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27),
808
+    0 0 60px rgba(0, 0, 0, 0.06) inset;
809
+}
806 810
 .left_contain {
807
-  width: 211px; 
808
-  margin-right: 60px;
811
+  width: 240px;
812
+  margin-right: 30px;
809 813
   -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27),
810 814
     0 0 60px rgba(0, 0, 0, 0.06) inset;
811
-    
812 815
 }
813 816
 ::v-deep .el-table__body-wrapper {
814 817
   height: 500px;