快乐的昕的电脑
2025-10-31 61a45cedbba62437a03323909c68865e13cd21c9
components/mold.vue
@@ -119,9 +119,9 @@
        <!-- 说明 -->
        <!--<view class="tool-desc">
            <p style="color:red;">'使用上限'以下刀时的'使用上限'为计算标准</p>
            <p style="color:red;">寿命比预警值默认为90%</p>
        </view>-->
        <p style="color:red;">'使用上限'以下刀时的'使用上限'为计算标准</p>
        <p style="color:red;">寿命比预警值默认为90%</p>
    </view>-->
    </view>
</template>
@@ -742,25 +742,29 @@
            cursor: not-allowed;
        }
    .button-row {
        display: flex;
        justify-content: center;
        gap: 16px;
        margin: 20px 0;
        padding: 0 20px;
        gap: 32px;
        margin: 2vh 0;
    }
    .save-btn, .cancel-btn {
        width: 120px;
        padding: 10px 20px;
        background-color: #1890ff;
        width: 28%;
        padding: 1.5vh;
        background-color: #00A2E9;
        color: white;
        font-size: 14px;
        font-size: 1.2vw;
        border: none;
        text-align: center;
        border-radius: 4px;
        cursor: pointer;
        transition: all 0.3s;
        border-radius: 6px;
        transition: background 0.2s;
    }
    .cancel-btn {
        background-color: #eee;
        color: #333;
    }
        .save-btn:hover {