快乐的昕的电脑
2025-11-19 5dcfd9b6d344fa630193cbbf345c3bda213b7d68
components/WorkOrderPrint.vue
@@ -746,11 +746,12 @@
        gap: 30px;
    }
    /* 不良数量区域 */
    .defective-section {
        display: flex;
        align-items: center;
        gap: 14px;
        font-size: 18px;
        font-size: 32px;
    }
    .submit-section {
@@ -766,20 +767,22 @@
        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;
    }
    /* 确认提交按钮*/
    .details-btn {
        padding: 12px 34px;
        background: #00a2e9;
        color: #fff;
        font-size: 20px;
        font-size: 32px;
        border: none;
        cursor: pointer;
        border-radius: 12px;
@@ -792,7 +795,7 @@
    .current-user-section {
        display: flex;
        align-items: center;
        font-size: 18px;
        font-size: 32px;
        border: 1.5px solid #f00;
        border-radius: 10px;
        padding: 14px 22px;
@@ -803,19 +806,23 @@
    .current-user-name {
        font-weight: bold;
        font-size: 22px;
        font-size: 32px;
    }
    /* 选人按钮 - 蓝色主题 */
    .select-user-btn {
        background: #007aff; /* 改为蓝色背景 */
        border: 2px solid #0056cc; /* 深蓝色边框 */
        color: #fff; /* 白色文字 */
        padding: 6px 22px;
        background: #eee;
        border: 1px solid #aaa;
        border-radius: 8px;
        font-size: 24px;
        font-size: 32px;
    }
        .select-user-btn:hover {
            background: #ddd;
            background: #008ac2;
        }
    .overlay {