|
@@ -12,7 +12,7 @@
|
12
|
12
|
<div id="print_content">
|
13
|
13
|
<div class="print_main_content">
|
14
|
14
|
<div class="order_title_panl">
|
15
|
|
- <span class="main_title">透析参数统计表</span>
|
|
15
|
+ <span class="main_title">透析参数打印单</span>
|
16
|
16
|
</div>
|
17
|
17
|
<div style="display:flex;justify-content: space-between;margin-bottom:10px;">
|
18
|
18
|
<p>印单日期:{{nowDate}}</p>
|
|
@@ -299,7 +299,7 @@ export default {
|
299
|
299
|
td {
|
300
|
300
|
border: 1px solid;
|
301
|
301
|
text-align: center;
|
302
|
|
- font-size: 20px;
|
|
302
|
+ font-size: 14px;
|
303
|
303
|
padding: 15px 5px;
|
304
|
304
|
}
|
305
|
305
|
}
|
|
@@ -309,7 +309,7 @@ export default {
|
309
|
309
|
td {
|
310
|
310
|
border: 1px solid;
|
311
|
311
|
text-align: center;
|
312
|
|
- font-size: 18px;
|
|
312
|
+ font-size: 14px;
|
313
|
313
|
padding: 10px 5px;
|
314
|
314
|
|
315
|
315
|
.proj {
|