tjx
2025-11-04 b72417e3257267611907965ac8e8fc636f74027b
样式调整
已修改3个文件
38 ■■■■■ 文件已修改
components/WorkOrderPrint.vue 30 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
components/machine.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/index.vue 7 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
components/WorkOrderPrint.vue
@@ -839,8 +839,8 @@
    .user-list-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill,minmax(150px,1fr));
        gap: 24px 24px;
        grid-template-columns: repeat(auto-fill,minmax(110px,1fr));
        gap: 12px 12px;
    }
    .user-list-btn {
@@ -848,14 +848,14 @@
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 6px;
        padding: 16px 10px;
        height: 120px;
        font-size: 18px;
        gap: 4px;
        padding: 10px 8px;
        height: 75px;
        font-size: 14px;
        background: #00a2e9;
        color: #fff;
        border: none;
        border-radius: 10px;
        border-radius: 8px;
        cursor: pointer;
        box-sizing: border-box;
        word-break: break-word;
@@ -863,11 +863,11 @@
        .user-list-btn .user-code {
            font-weight: 600;
            font-size: 18px;
            font-size: 14px;
        }
        .user-list-btn .user-name {
            font-size: 16px;
            font-size: 13px;
        }
        .user-list-btn.selected {
@@ -971,8 +971,16 @@
        }
        .user-list-btn {
            height: 110px;
            font-size: 16px;
            height: 70px;
            font-size: 13px;
        }
        .user-list-btn .user-code {
            font-size: 13px;
        }
        .user-list-btn .user-name {
            font-size: 12px;
        }
        .reason-btn {
components/machine.vue
@@ -286,6 +286,7 @@
        position: absolute;
        top: 8px;
        right: 40px;
        width: 200px;
        z-index: 1000;
    }
pages/index.vue
@@ -26,6 +26,9 @@
            <view class="tab-item" :class="{ active: currentTab === 6 }" @click="changeTab(6)">
                工艺参数
            </view>
            <view class="tab-item" :class="{ active: currentTab === 9 }" @click="changeTab(9)">
                设备点检
            </view>
            <!-- <view class="tab-item" :class="{ active: currentTab === 8 }" @click="changeTab(8)">
                打印机设置
            </view> -->
@@ -258,6 +261,7 @@
    import PDFShow from "../components/PDFShow.vue";
    import PrintInit from "../components/PrintInit.vue";
    import PrintTest from "../components/PrintTest.vue";
import EquipmentInspection from "../components/EquipmentInspection.vue";
    export default {
        components: {
@@ -270,7 +274,8 @@
            WorkOrderStatus,
            PDFShow,
            PrintInit,
            PrintTest
            PrintTest,
            EquipmentInspection
        },
        data() {
            return {