Browse Source

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

28169 1 year ago
parent
commit
33de24ede5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/xt_pages/outpatientDoctorStation/template/prinSeven.vue

+ 2 - 2
src/xt_pages/outpatientDoctorStation/template/prinSeven.vue View File

@@ -140,11 +140,11 @@
140 140
                   </div>
141 141
                   <!-- v-if="arr.length>0 && arr[0][0].groupno==it.groupno" 'border-right':arr.length>0 && arr[0][0].groupno==it.groupno ? '1px solid black' :'none',-->
142 142
                 </div>
143
-                <div style="display: inline-block;position: absolute;left:80%;margin-left: 10px;" >
143
+                <div style="display: inline-block;position: absolute;left:80%;bottom:30px;margin-left: 10px;" >
144 144
                   ×&nbsp;{{ it.prescribing_number}}
145 145
                 </div>
146 146
                 <template v-if="item.arr.length>0&&item.arr[0][0].groupno==it.groupno">
147
-                  <div style="display: inline-block;position: absolute;left:80%;bottom:20px;margin-left: 10px;" >
147
+                  <div style="display: inline-block;position: absolute;left:80%;bottom:15px;margin-left: 10px;" >
148 148
                     ×&nbsp;{{ item.arr[0][0].prescribing_number}}
149 149
                   </div>
150 150
                 </template>