huangyw 2 years ago
parent
commit
e9d1507407
1 changed files with 7 additions and 4 deletions
  1. 7 4
      src/xt_pages/outpatientDoctorStation/batch_replacement.vue

+ 7 - 4
src/xt_pages/outpatientDoctorStation/batch_replacement.vue View File

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