快乐的昕的电脑
2025-11-14 26351be21d952cfb1e109c823475579c50a268ed
components/mold.vue
@@ -9,8 +9,8 @@
                    <input class="input small-font" v-model="selectedToolNo" placeholder="请通过刀具目录选择" disabled />
                </view>
                <view class="form-cell">
                    <label class="form-label">设置使用上限:</label>
                    <input class="input small-font input-use-limit" type="number" v-model="useLimitInput" placeholder="每次换刀后手填" :disabled="!selectedToolNo || loadingForm" />
                    <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">
                    <label class="form-label">寿命比预警值:</label>
@@ -1048,12 +1048,6 @@
    }
    /* 新增:让“设置使用上限”“寿命比预警值”输入框变窄 */
    .input-use-limit {
        width: 80px !important;
        min-width: 0 !important;
        margin-right: 10px;
    }
    .input-life-warn {
        width: 80px !important;
        min-width: 0 !important;
@@ -1064,6 +1058,9 @@
        width: 60px !important;
        min-width: 0 !important;
        margin-right: 10px;
        color: #1890ff !important;
        border-color: #1890ff !important; /* 新增:蓝色边框 */
        /* background-color: #e6f7ff !important;  若需背景色可取消注释 */
    }
    .input-tool-model {
@@ -1084,4 +1081,8 @@
        margin-right: 10px;
    }
    .highlight-label {
        color: #1890ff !important; /* 你想要的颜色 */
    }
</style>