huangyw 2 years ago
parent
commit
4353305cb5

+ 1 - 0
src/xt_pages/outpatientDoctorStation/batch_delete.vue View File

@@ -776,6 +776,7 @@ export default {
776 776
   height: 100%;
777 777
   display: flex;
778 778
   flex-direction: column;
779
+  padding: 10px;
779 780
 }
780 781
 
781 782
 .app-container {

+ 14 - 6
src/xt_pages/outpatientDoctorStation/batch_replacement.vue View File

@@ -3,7 +3,7 @@
3 3
   <div class="main-contain new-main-contain">
4 4
     <div class="bannar_list">
5 5
       <div class="banner_left">
6
-        <div style="width: 1000px; display: flex">
6
+        <div style="width: 1000px; display: flex; justify-content: space-between;">
7 7
           <div>
8 8
             透析模式:
9 9
             <el-select
@@ -96,8 +96,8 @@
96 96
               color: '#606266',
97 97
             }"
98 98
           >
99
-            <el-table-column type="selection" width="55"> </el-table-column>
100
-            <el-table-column label="患者姓名" width="184">
99
+            <el-table-column type="selection" width="55" align="center"> </el-table-column>
100
+            <el-table-column label="患者姓名" width="184" align="center">
101 101
               <template slot-scope="scope">{{ scope.row.name }}</template>
102 102
             </el-table-column>
103 103
           </el-table>
@@ -108,7 +108,7 @@
108 108
           :data="tableDatas"
109 109
           style="width: 100%"
110 110
           :height="tableHeight"
111
-          max-height="70vh" 
111
+          max-height="70vh"
112 112
           border
113 113
           :row-style="{ color: '#303133' }"
114 114
           :header-cell-style="{
@@ -250,7 +250,12 @@
250 250
           }"
251 251
           highlight-current-row
252 252
         >
253
-          <el-table-column fixed label="替换项目名称" width="230" align="center">
253
+          <el-table-column
254
+            fixed
255
+            label="替换项目名称"
256
+            width="280"
257
+            align="center"
258
+          >
254 259
             <template slot-scope="scope">
255 260
               <el-select
256 261
                 filterable
@@ -1101,8 +1106,11 @@ export default {
1101 1106
 }
1102 1107
 
1103 1108
 /deep/ .el-table__fixed {
1104
-  height: 101px;
1109
+  // height: 101px;
1105 1110
   bottom: 0 !important;
1111
+  .el-table__fixed-body-wrapper {
1112
+    top: 45px !important;
1113
+  }
1106 1114
 }
1107 1115
 .mainCenter {
1108 1116
   display: flex;

+ 3 - 2
src/xt_pages/outpatientDoctorStation/modeTemplateDetail.vue View File

@@ -56,7 +56,8 @@
56 56
                             <prescription-template-mode-table ref="prescription_tables"
57 57
                                                          :prescription="curPrescriptions"
58 58
                                                          :preDrugs="preDrugs"
59
-                                                         :activeType="customTabIndex"></prescription-template-mode-table>
59
+                                                         :activeType="customTabIndex">
60
+                            </prescription-template-mode-table>
60 61
                         </el-tabs>
61 62
                     </div>
62 63
                 </div>
@@ -1988,7 +1989,7 @@
1988 1989
         display: flex;
1989 1990
         flex-direction: column;
1990 1991
         position: relative;
1991
-
1992
+        
1992 1993
     .el-form-item {
1993 1994
         width: 33%;
1994 1995
         margin-bottom: 14px;

+ 1 - 1
src/xt_pages/outpatientDoctorStation/prescriptionTemplatedetail.vue View File

@@ -2142,7 +2142,7 @@
2142 2142
         display: flex;
2143 2143
         flex-direction: column;
2144 2144
         position: relative;
2145
-
2145
+        overflow-x: auto;
2146 2146
     .el-form-item {
2147 2147
         width: 33%;
2148 2148
         margin-bottom: 14px;