快乐的昕的电脑
2025-11-19 aa03f85db96889256075adf31b52a94c4823dfb4
components/WorkOrderPrint.vue
@@ -612,7 +612,7 @@
    .current-user-section,
    .defective-section,
    .submit-section {
        font-size: 22px;
        font-size: 30px;
    }
    /* 5. 输入框字体 */
@@ -746,11 +746,12 @@
        gap: 30px;
    }
    /* 不良数量区域 */
    .defective-section {
        display: flex;
        align-items: center;
        gap: 14px;
        font-size: 18px;
        font-size: 26px;
    }
    .submit-section {
@@ -792,7 +793,7 @@
    .current-user-section {
        display: flex;
        align-items: center;
        font-size: 18px;
        font-size: 26px;
        border: 1.5px solid #f00;
        border-radius: 10px;
        padding: 14px 22px;
@@ -803,7 +804,7 @@
    .current-user-name {
        font-weight: bold;
        font-size: 22px;
        font-size: 26px;
    }
    .select-user-btn {
@@ -811,7 +812,7 @@
        background: #eee;
        border: 1px solid #aaa;
        border-radius: 8px;
        font-size: 16px;
        font-size: 24px;
    }
        .select-user-btn:hover {