快乐的昕的电脑
2025-12-04 38c3c332ae1aa7ee2c520b2ee9ab52af995bbbc3
components/mold.vue
@@ -48,7 +48,7 @@
        <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="cancel-btn" @click="cancel" :disabled="submitting || loadingForm">取消</button>
            <button class="cancel-btn" @click="cancel" :disabled="submitting || loadingForm">清空刀具选择</button>
        </view>
        <!-- 刀具目录弹窗 -->
@@ -789,11 +789,12 @@
    .form-label {
        width: auto;
        font-weight: bold;
        font-weight: 500;
        color: #333;
        white-space: nowrap;
        margin-right: 4px;
        flex-shrink: 0;
        font-size: 22px;
    }
    .input {
@@ -806,6 +807,7 @@
        min-width: 0;
        height: 56px !important;
        box-sizing: border-box;
        font-size: 22px;
    }
        .input.small-font {
@@ -903,12 +905,15 @@
        color: white;
        border: none;
        text-align: center;
        border-radius: 6px;
        transition: background 0.2s;
        border-radius: 4px;
        transition: all 0.3s;
        font-size: 22px;
        font-weight: 500;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }
    .cancel-btn {
        background-color: #eee;
        background-color: #f5f5f5;
        color: #333;
    }
@@ -1029,6 +1034,7 @@
        .dialog-actions .btn-blue {
            padding: 10px 24px;
            min-width: 120px;
            font-size: 22px;
        }
    .btn-disabled {
@@ -1070,6 +1076,7 @@
            padding: 16px 10px;
            font-weight: bold;
            text-align: center;
            font-size: 22px;
        }
        table.styled-table tbody td {
@@ -1077,6 +1084,7 @@
            padding: 14px 10px;
            vertical-align: middle;
            text-align: center;
            font-size: 22px;
        }
    .table-section table th:first-child, .table-section table td:first-child {