快乐的昕的电脑
2025-11-19 5dcfd9b6d344fa630193cbbf345c3bda213b7d68
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: 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: 16px;
        font-size: 32px;
    }
        .select-user-btn:hover {
            background: #ddd;
            background: #008ac2;
        }
    .overlay {
@@ -846,24 +853,24 @@
        z-index: 1001;
    }
    /* 选人弹窗加宽并加大字体 */
    /* 选人弹窗更宽,名字更大,关闭按钮更小 */
    .user-select-popup {
        width: 1200px;
        max-width: 95vw;
        min-width: 800px;
        width: 1600px;
        max-width: 99vw;
        min-width: 1000px;
        height: auto;
        min-height: 520px;
        padding: 0;
        display: flex;
        flex-direction: column;
        font-size: 28px;
        font-size: 32px;
    }
    .user-search-bar {
        display: flex;
        align-items: center;
        gap: 18px;
        padding: 24px 48px 0 48px;
        padding: 24px 64px 0 64px;
        background: #fff;
        flex-wrap: wrap;
    }
@@ -871,7 +878,7 @@
    .user-search-input {
        flex: 1 1 260px;
        padding: 16px 20px;
        font-size: 26px;
        font-size: 28px;
        border: 1px solid #bbb;
        border-radius: 8px;
        outline: none;
@@ -889,7 +896,7 @@
        color: #fff;
        border: none;
        border-radius: 8px;
        font-size: 22px;
        font-size: 24px;
        cursor: pointer;
    }
@@ -898,20 +905,20 @@
        }
    .user-search-info {
        font-size: 20px;
        font-size: 22px;
        color: #555;
    }
    .user-list-scroll {
        flex: 1 1 auto;
        overflow-y: auto;
        padding: 32px 48px 0 48px;
        padding: 32px 64px 0 64px;
    }
    .user-list-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill,minmax(160px,1fr));
        gap: 18px 18px;
        grid-template-columns: repeat(auto-fill,minmax(200px,1fr));
        gap: 22px 22px;
    }
    .user-list-btn {
@@ -919,10 +926,10 @@
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 4px;
        padding: 12px 10px;
        height: 90px;
        font-size: 22px;
        gap: 2px; /* 原8px,减小行间距 */
        padding: 10px 10px; /* 适当减小上下内边距 */
        height: 100px; /* 可适当减小高度 */
        font-size: 30px;
        background: #00a2e9;
        color: #fff;
        border: none;
@@ -933,12 +940,14 @@
    }
        .user-list-btn .user-code {
            font-weight: 600;
            font-size: 24px;
            font-weight: 700;
            font-size: 36px;
            line-height: 1.1; /* 紧凑一点 */
        }
        .user-list-btn .user-name {
            font-size: 20px;
            font-size: 32px;
            line-height: 1.1; /* 紧凑一点 */
        }
        .user-list-btn.selected {
@@ -953,33 +962,33 @@
    .no-user-result {
        padding: 40px 0;
        text-align: center;
        font-size: 24px;
        font-size: 28px;
        color: #666;
    }
    .user-popup-footer {
        flex-shrink: 0;
        padding: 32px 48px 40px 48px;
        padding: 24px 64px 32px 64px;
        background: #fff;
        text-align: center;
    }
    .clean-btn {
        width: 48%;
        padding: 1.6vh;
        width: 24%;
        padding: 10px 0;
        color: #fff;
        font-size: 1.4vw;
        font-size: 20px;
        border: none;
        text-align: center;
        cursor: pointer;
        border-radius: .6vw;
        border-radius: 0.6vw;
        background: #007aff;
    }
        .clean-btn.wide-btn {
            width: 80%;
            font-size: 28px;
            padding: 18px 0;
            width: 30%;
            font-size: 22px;
            padding: 12px 0;
        }
        .clean-btn:hover {