快乐的昕的电脑
2025-11-13 7191ff367c33526180d3308183e2a425bb3a0775
components/WorkOrder.vue
@@ -668,6 +668,17 @@
            padding: 3px;
        }
    .inp {
        float: left;
        width: 85%;
        padding: 3px;
        border: 1px solid #ccc;
        border-radius: 0.5vw;
        margin-top: 0.2vh;
        font-size: 15px;
        height: 26px;
    }
    /* 针对1280*717屏幕的特定优化 */
    @media screen and (max-width: 1280px) and (max-height: 800px) {
        .top-order {
@@ -688,5 +699,4 @@
            margin-bottom: 4px;
        }
    }
</style>