快乐的昕的电脑
2025-11-14 16fe115c97d3df29b2c1637b4c413f1ca7672c39
components/mold.vue
@@ -9,7 +9,7 @@
                    <input class="input small-font" v-model="selectedToolNo" placeholder="请通过刀具目录选择" disabled />
                </view>
                <view class="form-cell">
                    <label class="form-label">使用上限:</label>
                    <label class="form-label highlight-label">使用上限:</label>
                    <input class="input small-font input-use-limit" type="number" v-model="useLimitInput" placeholder="每次下刀后手填上限" :disabled="!selectedToolNo || loadingForm" />
                </view>
                <view class="form-cell">
@@ -1081,4 +1081,8 @@
        margin-right: 10px;
    }
    .highlight-label {
        color: #1890ff !important; /* 你想要的颜色 */
    }
</style>