快乐的昕的电脑
2025-11-22 cabd3e149adde130982bff2d94e11e7a41eae836
components/mold.vue
@@ -42,8 +42,8 @@
        </view>  <!-- 这里闭合 top-section-grid -->
        <!-- 操作按钮 - 移出 top-section-grid -->
        <view class="button-row">
            <button class="save-btn" @click="handleUpTool" :disabled="submitting || loadingForm">上刀提交</button>
            <button class="save-btn" @click="handleDownTool" :disabled="submitting || loadingForm">下刀提交</button>
            <button class="save-btn" @click="handleUpTool" :disabled="submitting || loadingForm">上刀提交(=调机开始)</button>
            <button class="save-btn" @click="handleDownTool" :disabled="submitting || loadingForm">下刀提交(输入使用上限)</button>
            <button class="cancel-btn" @click="cancel" :disabled="submitting || loadingForm">取消</button>
        </view>
@@ -955,17 +955,17 @@
        min-width: 120px;
    }
    /* 表格样式 */
    .table-section {
        display: flex;
        justify-content: center;
        margin: 1vh 0;
        overflow-x: auto;
        width: 100%; /* 确保表格容器占满宽度 */
    }
    table.styled-table {
        max-width: 1600px;
        width: 95vw;
        max-width: 1800px; /* 从1600px增加到1800px */
        width: 98vw; /* 从95vw增加到98vw */
        margin: 0 auto;
        border-collapse: separate;
        border-spacing: 0;
@@ -1116,10 +1116,10 @@
        }
    .input-use-limit {
        width: 500px !important; /* 从450px增加到500px */
        width: 450px !important;
        min-width: 0 !important;
        margin-right: 16px;
        flex: none !important;
        flex: none !important; /* 关键:彻底禁止flex拉伸 */
    }
</style>