huminmin
4 天以前 70bb972b03c0036c3699bbc561b32c5ec3cc8aef
src/views/salesManagement/salesLedger/index.vue
@@ -1548,8 +1548,7 @@
        .print-page {
          width: 241mm;
          height: 75mm;
          padding: 10mm;
          padding-left: 20mm;
          padding: 0mm 10mm;
          background: white;
          box-sizing: border-box;
          page-break-after: always;
@@ -1572,12 +1571,12 @@
          margin-bottom: 8px;
        }
        .company-name {
          font-size: 18px;
          font-size: 28px;
          font-weight: bold;
          margin-bottom: 4px;
        }
        .document-title {
          font-size: 16px;
          font-size: 25px;
          font-weight: bold;
          letter-spacing: 10px;
        }
@@ -2182,17 +2181,16 @@
   text-align: center;
   margin-bottom: 8px;
   .company-name {
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 4px;
   }
   .document-title {
      font-size: 16px;
      font-weight: bold;
      letter-spacing: 10px;
   }
  .company-name {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 4px;
  }
  .document-title {
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 10px;
  }
}
.info-section {