快乐的昕的电脑
2025-11-14 027c15da7a79d84af552c5167826461485e09ef5
components/mold.vue
@@ -8,10 +8,12 @@
                    <label class="form-label">刀具编号:</label>
                    <input class="input small-font" v-model="selectedToolNo" placeholder="请通过刀具目录选择" disabled />
                </view>
                <view class="form-cell form-cell-flex">
                <view class="form-cell">
                    <label class="form-label highlight-label">使用上限:</label>
                    <input class="input small-font input-tool-model" type="number" v-model="useLimitInput" placeholder="每次下刀后手填上限" :disabled="!selectedToolNo || loadingForm" />
                    <label class="form-label" style="margin-left:16px;">寿命比预警值:</label>
                </view>
                <view class="form-cell">
                    <label class="form-label">寿命比预警值:</label>
                    <view class="input-with-unit">
                        <input class="input small-font input-life-warn"
                               v-model="lifeWarnInput"
@@ -675,10 +677,9 @@
        }
    .form-cell {
        display: flex;
        align-items: center;
        min-width: 0;
        margin-right: 0;
        flex: 0 0 32%;
        min-width: 180px;
        justify-content: flex-start;
    }
        .form-cell:nth-child(1) {
@@ -1084,7 +1085,7 @@
    }*/
    .input-tool-model {
        width: 100px !important;
        width: 200px !important;
        min-width: 0 !important;
        margin-right: 16px;
    }