Browse Source

11月7日,打印单

yq1 1 week ago
parent
commit
ed0ca277c4

+ 10 - 3
src/pages/control/index.vue View File

1068
       background:#f7f7fa;
1068
       background:#f7f7fa;
1069
       color:#000;
1069
       color:#000;
1070
       font-weight:bold;
1070
       font-weight:bold;
1071
+      td span{
1072
+        display: inline-block;
1073
+      }
1071
     }
1074
     }
1072
     .table tr td{
1075
     .table tr td{
1073
       background:#f7f7fa;
1076
       background:#f7f7fa;
1077
+      td span{
1078
+        display: inline-block;
1079
+      }
1080
+    }
1081
+    td span{
1082
+      display: inline-block;
1074
     }
1083
     }
1075
   }
1084
   }
1076
   .modeRed{
1085
   .modeRed{
1089
   .redFont{
1098
   .redFont{
1090
     color: red;
1099
     color: red;
1091
   }
1100
   }
1092
-  td span{
1093
-    display: inline-block;
1094
-  }
1101
+  
1095
   </style>
1102
   </style>
1096
   
1103
   

+ 4 - 3
src/pages/monitoring/index.vue View File

1006
   .table tr td{
1006
   .table tr td{
1007
     background:#f7f7fa;
1007
     background:#f7f7fa;
1008
   }
1008
   }
1009
+  td span{
1010
+    display: inline-block;
1011
+  }
1009
 }
1012
 }
1010
 .modeRed{
1013
 .modeRed{
1011
   color:#ed5555;
1014
   color:#ed5555;
1023
 .redFont{
1026
 .redFont{
1024
   color: red;
1027
   color: red;
1025
 }
1028
 }
1026
-td span{
1027
-  display: inline-block;
1028
-}
1029
+
1029
 </style>
1030
 </style>

+ 3 - 7
src/pages/new_Patientscheduling/new_content.vue View File

56
         ></el-table-column>
56
         ></el-table-column>
57
         <el-table-column prop="Mon_M" label="上午" min-width="60" align="center">
57
         <el-table-column prop="Mon_M" label="上午" min-width="60" align="center">
58
           <template slot-scope="scope">
58
           <template slot-scope="scope">
59
-            <div>
60
               <el-popover ref="popover" placement="top"
59
               <el-popover ref="popover" placement="top"
61
                 title=""width=""
60
                 title=""width=""
62
                 trigger="click"content=""
61
                 trigger="click"content=""
72
                 <!-- <schedule-item slot="reference" :schedule-detail="scope.row.Mon_M"></schedule-item> -->
71
                 <!-- <schedule-item slot="reference" :schedule-detail="scope.row.Mon_M"></schedule-item> -->
73
               </el-popover>
72
               </el-popover>
74
               <schedule-item v-popover:popover :schedule-detail="scope.row.Mon_M"></schedule-item>
73
               <schedule-item v-popover:popover :schedule-detail="scope.row.Mon_M"></schedule-item>
75
-
76
-            </div>
77
           </template>
74
           </template>
78
         </el-table-column>
75
         </el-table-column>
79
         <el-table-column prop="Mon_A" label="下午" min-width="60" align="center">
76
         <el-table-column prop="Mon_A" label="下午" min-width="60" align="center">
123
           </template>
120
           </template>
124
         </el-table-column>
121
         </el-table-column>
125
       </el-table>
122
       </el-table>
126
-      <!-- <div style="position: fixed;top: 50vh;left: 50vw;">
127
-        <van-loading type="spinner" v-show="loading" color="#1989fa"/>
128
-      </div> -->
129
     </div>
123
     </div>
130
     <!-- 日期 -->
124
     <!-- 日期 -->
131
     <van-popup v-model="dateShow" position="bottom" :style="{ height: '40%' }">
125
     <van-popup v-model="dateShow" position="bottom" :style="{ height: '40%' }">
1621
     .el-input__inner{
1615
     .el-input__inner{
1622
       font-size: 14px;
1616
       font-size: 14px;
1623
       padding: 0 5px;
1617
       padding: 0 5px;
1618
+      padding-right: 0px !important;
1619
+      padding-left: 0px !important;
1624
     }
1620
     }
1625
     .el-input__prefix{
1621
     .el-input__prefix{
1626
       font-size: 14px;
1622
       font-size: 14px;
1630
     }
1626
     }
1631
   }
1627
   }
1632
   .ellipsis-pop{
1628
   .ellipsis-pop{
1633
-    min-width: 83px;
1629
+    min-width: 83px !important;
1634
   }
1630
   }
1635
   .el-table .el-table__cell {
1631
   .el-table .el-table__cell {
1636
     padding: 5px 0 !important;
1632
     padding: 5px 0 !important;