快乐的昕的电脑
2025-11-13 01bea49d18e622808d9455d7dad89ccc1f8bec16
components/mold.vue
@@ -32,7 +32,7 @@
                </view>
                <view class="form-cell">
                    <label class="form-label">规格型号:</label>
                    <input class="input small-font" v-model="toolModel" placeholder="刀具带出" disabled />
                    <input class="input small-font input-tool-model" v-model="toolModel" placeholder="刀具带出" disabled />
                </view>
                <!-- 新增的刀具目录按钮 -->
                <view class="form-cell">
@@ -1058,4 +1058,16 @@
        margin-right: 4px;
    }
    .input-use-limit {
        width: 60px !important;
        min-width: 0 !important;
        margin-right: 10px;
    }
    .input-tool-model {
        width: 60px !important;
        min-width: 0 !important;
        margin-right: 10px;
    }
</style>