Selaa lähdekoodia

Merge branch '20201109_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20201109_pc_vue_new_branch

XMLWAN 2 vuotta sitten
vanhempi
commit
51573d36fe

+ 9 - 6
src/xt_pages/dialysis/PatientBox.vue Näytä tiedosto

@@ -73,7 +73,9 @@
73 73
             </div>
74 74
           </div>
75 75
           <!-- v-if="schedule.patient.troble_shoot == 1" -->
76
-          <div class="difficult" v-if="schedule.patient.troble_shoot == 1">疑难内瘘</div>
76
+          <div class="difficult" v-if="schedule.patient.troble_shoot == 1">
77
+            疑难内瘘
78
+          </div>
77 79
           <div></div>
78 80
 
79 81
           <!-- <div style="height:24px;margin-right: 10px;">
@@ -915,15 +917,16 @@ export default {
915 917
 }
916 918
 
917 919
 .difficult {
918
-  width: 82px;
919
-  height: 33px;
920
+  width: 72px;
921
+  height: 25px;
922
+  font-size: 12px;
920 923
   border-radius: 0 0 0 30px;
921 924
   background: #78d660;
922 925
   text-align: center;
923
-  line-height: 33px;
926
+  line-height: 25px;
924 927
   position: relative;
925
-  bottom: 9px;
926
-  left: 63px;
928
+  bottom: 10px;
929
+  left: 73px;
927 930
   color: white;
928 931
 }
929 932
 </style>

File diff suppressed because it is too large
+ 480 - 373
src/xt_pages/stock/inventoryTransfer/Addtrans.vue


File diff suppressed because it is too large
+ 677 - 506
src/xt_pages/stock/inventoryTransfer/transEdit.vue