tjx
2025-11-04 8f84469cbf316989a9af8e574a11dd612ccc562a
样式调整1
已修改1个文件
18 ■■■■■ 文件已修改
components/WorkOrderPrint.vue 18 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
components/WorkOrderPrint.vue
@@ -664,7 +664,7 @@
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        align-items: flex-start;
        align-items: stretch;
    }
    .flex-grow {
@@ -676,16 +676,21 @@
    }
    .print-section {
        padding: 6px 0 14px;
        margin-bottom: 0;
        flex: 1;
        display: flex;
        align-items: center;
        border: 1.5px solid #808080;
        border-radius: 10px;
        padding: 14px 22px;
        background: #fff;
        flex: 1 1 540px;
    }
    .barcode-info {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        align-items: center;
        gap: 30px;
        width: 100%;
    }
    .inp {
@@ -728,10 +733,11 @@
        padding: 14px 22px;
        background: #fff;
        gap: 14px;
        flex: 1 1 540px;
    }
    .fill-width {
        flex: 0 1 380px;
        flex: 1 1 540px;
    }
    .current-user-name {