快乐的昕的电脑
2025-11-14 1c3a906026557688f4fa7bc5805480b29959071e
components/WorkOrderPrint.vue
@@ -12,7 +12,7 @@
            </view>
            <!-- 数采总产量 -->
            <view class="section-title">数采产量</view>
            <view class="section-title">当前数采产量报工记录</view>
            <div class="table-scroll">
               <table class="report-table">
                  <thead>
@@ -589,12 +589,42 @@
   }
   .report-title {
      font-size: 24px;
      font-size: 32px;
      font-weight: 600;
      text-align: center;
      margin: 0;
   }
    /* 2. 区块标题 */
    .section-title, .history-title {
        font-size: 26px;
    }
    /* 3. 表格字体 */
    .report-table, .report-table th, .report-table td {
        font-size: 22px;
    }
    /* 4. 当前报工人、不良数量等输入区 */
    .current-user-section,
    .defective-section,
    .submit-section {
        font-size: 22px;
    }
    /* 5. 输入框字体 */
    .inp, .bad-input {
        font-size: 28px;
    }
    /* 6. 按钮字体 */
    .details-btn,
    .select-user-btn,
    .refresh-btn-header,
    .reset-btn-header {
        font-size: 22px;
    }
   .report-table {
      min-width: 1080px;
      width: 100%;