快乐的昕的电脑
2025-11-19 ec6ce3c1218555e1b10bf5679cf26893ccde584c
components/WorkOrderPrint.vue
@@ -612,7 +612,7 @@
    .current-user-section,
    .defective-section,
    .submit-section {
        font-size: 22px;
        font-size: 30px;
    }
    /* 5. 输入框字体 */
@@ -792,7 +792,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;
@@ -811,7 +811,7 @@
        background: #eee;
        border: 1px solid #aaa;
        border-radius: 8px;
        font-size: 16px;
        font-size: 24px;
    }
        .select-user-btn:hover {
@@ -919,9 +919,9 @@
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 8px;
        padding: 16px 10px;
        height: 110px;
        gap: 2px; /* 原8px,减小行间距 */
        padding: 10px 10px; /* 适当减小上下内边距 */
        height: 100px; /* 可适当减小高度 */
        font-size: 30px;
        background: #00a2e9;
        color: #fff;
@@ -935,10 +935,12 @@
        .user-list-btn .user-code {
            font-weight: 700;
            font-size: 36px;
            line-height: 1.1; /* 紧凑一点 */
        }
        .user-list-btn .user-name {
            font-size: 32px;
            line-height: 1.1; /* 紧凑一点 */
        }
        .user-list-btn.selected {