cui-print 1.0.41 → 1.0.42

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -474,9 +474,9 @@ body {
474
474
  left: 0;
475
475
  right: 0;
476
476
  text-align: center;
477
- line-height: 12px;
478
- font-size: 10px;
479
- color: #fff;
477
+ line-height: 14px;
478
+ font-size: 14px;
479
+ color: #000;
480
480
  }
481
481
  .print-form_select {
482
482
  position: relative;
@@ -487,7 +487,7 @@ body {
487
487
  @media print {
488
488
  body {
489
489
  font-family: "Avenir", Helvetica, Arial, sans-serif;
490
- font-size: 14px;
490
+ font-size: 20px !important;
491
491
  }
492
492
  * {
493
493
  margin: 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cui-print",
3
- "version": "1.0.41",
3
+ "version": "1.0.42",
4
4
  "license": "UNLICENSED",
5
5
  "description": "前端打印插件,包含打印设计器、打印表单、打印API",
6
6
  "author": "双木林<1249799023@qq.com>",