|
@@ -1079,8 +1079,8 @@
|
1079
|
1079
|
</tbody>
|
1080
|
1080
|
</table> -->
|
1081
|
1081
|
</div>
|
1082
|
|
- <div style="position: absolute; top: 1380px; left: 50%"></div>
|
1083
|
|
- <div style="margin-top: 300px;padding-top:50px;">
|
|
1082
|
+ <!-- <div style="position: absolute; top: 1380px; left: 50%"></div> -->
|
|
1083
|
+ <div style="margin-top: 300px;padding-top:50px;" v-if="this.totollength > 20">
|
1084
|
1084
|
<template v-if="this.totollength > 20">
|
1085
|
1085
|
<div class="dialysis-print-order">
|
1086
|
1086
|
<div class="order-yy-name">{{ orgname }}</div>
|
|
@@ -2388,7 +2388,7 @@ export default {
|
2388
|
2388
|
width: 100%;
|
2389
|
2389
|
text-align: center;
|
2390
|
2390
|
border-collapse: collapse;
|
2391
|
|
- line-height: 40px;
|
|
2391
|
+ line-height: 39px;
|
2392
|
2392
|
font-size: 14px;
|
2393
|
2393
|
}
|
2394
|
2394
|
|