快乐的昕的电脑
2025-11-14 93741eb44f6009dfe2a6bca52217c3cb620c40e0
components/mold.vue
@@ -36,8 +36,8 @@
                    <label class="form-label">规格型号:</label>
                    <input class="input small-font input-tool-model" v-model="toolModel" placeholder="刀具带出" disabled />
                </view>
                <!-- 新增的刀具目录按钮 -->
                <view class="form-cell">
                <!-- 刀具目录按钮右移 -->
                <view class="form-cell tool-dir-cell">
                    <button class="btn-blue large-btn" @click="openToolDialog" :disabled="loadingTools">刀具目录</button>
                </view>
            </view>
@@ -746,14 +746,15 @@
    }
        .input-with-unit .input {
            flex: 1;
            margin-right: 8px;
            margin-right: 4px !important;
            width: 60px !important;
            min-width: 0 !important;
            text-align: center;
        }
    .unit-text {
        color: #666;
        white-space: nowrap;
        width: 28px;
        margin-left: 0 !important;
        padding-left: 0 !important;
    }
    .btn-blue, .btn-blue.large-btn {
@@ -1096,4 +1097,11 @@
    .highlight-label {
        color: #1890ff !important;
    }
    .tool-dir-cell {
        flex: 1 1 auto !important;
        justify-content: flex-end !important;
        display: flex !important;
    }
</style>