快乐的昕的电脑
2025-11-19 b1e0c8cd8e6aa104a846e4f4ab04443604ae4980
components/WorkOrderPrint.vue
@@ -746,11 +746,12 @@
        gap: 30px;
    }
    /* 不良数量区域 */
    .defective-section {
        display: flex;
        align-items: center;
        gap: 14px;
        font-size: 18px;
        font-size: 26px;
    }
    .submit-section {
@@ -766,12 +767,13 @@
        box-sizing: border-box;
    }
    /* 不良数量输入框 */
    .bad-input {
        width: 320px;
        max-width: 100%;
        height: 66px;
        border: 3px solid #808080;
        font-size: 34px;
        font-size: 42px;
        text-align: center;
    }
@@ -792,7 +794,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 +805,7 @@
    .current-user-name {
        font-weight: bold;
        font-size: 22px;
        font-size: 26px;
    }
    .select-user-btn {