快乐的昕的电脑
2025-11-14 6900a60cdda80eb09d748d08ea3a4921e7583fa9
components/mold.vue
@@ -9,7 +9,7 @@
                    <input class="input small-font" v-model="selectedToolNo" placeholder="请通过刀具目录选择" disabled />
                </view>
                <view class="form-cell">
                    <label class="form-label">使用上限:</label>
                    <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">
@@ -662,7 +662,7 @@
        background: #f8f9fa;
        border-radius: 8px;
        border: 1px solid #e9ecef;
        font-size: 22px; /* 整体调大表单区字体 */
        font-size: 32px; /* 整体大幅调大表单区字体 */
    }
    /* 表单行样式优化 */
@@ -671,7 +671,7 @@
        justify-content: space-between;
        align-items: center;
        width: 100%;
        margin-bottom: 8px;
        margin-bottom: 12px;
    }
        .form-row:last-child {
@@ -682,35 +682,35 @@
        display: flex;
        align-items: center;
        flex: 1;
        margin: 0 8px;
        min-height: 44px;
        margin: 0 12px;
        min-height: 56px;
    }
    .form-label {
        width: 100px;
        width: 120px;
        font-weight: bold;
        font-size: 22px; /* 原18px,调大 */
        font-size: 32px !important; /* 原18/22px,调大 */
        color: #333;
        white-space: nowrap;
        margin-right: 8px;
        margin-right: 12px;
        flex-shrink: 0;
    }
    .input {
        padding: 8px 12px;
        font-size: 20px; /* 原16px,调大 */
        padding: 14px 20px;
        font-size: 30px !important; /* 原16/20px,调大 */
        border: 1px solid #dcdfe6;
        flex: 1;
        margin-right: 0;
        border-radius: 4px;
        background: #fff;
        min-width: 0;
        height: 36px;
        height: 56px !important;
        box-sizing: border-box;
    }
        .input.small-font {
            font-size: 19px; /* 原15px,调大 */
            font-size: 28px !important; /* 原15/19px,调大 */
        }
        .input:disabled {
@@ -723,16 +723,17 @@
        background-color: #1890ff;
        color: white;
        border: none;
        padding: 8px 16px;
        padding: 14px 32px;
        border-radius: 4px;
        cursor: pointer;
        font-size: 22px; /* 原16px,调大 */
        font-size: 32px !important; /* 原16/22px,调大 */
        font-weight: 500;
        white-space: nowrap;
        height: 60px;
        height: 70px !important;
        box-sizing: border-box;
        transition: all 0.3s;
        flex-shrink: 0;
        min-width: 140px;
    }
        .btn-blue:hover {
@@ -761,7 +762,7 @@
        padding: 1.5vh;
        background-color: #00A2E9;
        color: white;
        font-size: 1.6vw; /* 原1.2vw,调大 */
        font-size: 1.8vw; /* 原1.2vw,调大 */
        border: none;
        text-align: center;
        border-radius: 6px;
@@ -849,7 +850,7 @@
        cursor: pointer;
        color: #333;
        text-align: left;
        font-size: 18px; /* 原13px,调大 */
        font-size: 22px; /* 原13/18px,调大 */
        min-height: 50px;
        transition: background 0.15s, color 0.15s;
        overflow: hidden;
@@ -890,8 +891,8 @@
        .dialog-actions .btn-blue {
            padding: 10px 24px;
            font-size: 22px; /* 原16px,调大 */
            min-width: 100px;
            font-size: 28px !important; /* 原16/22px,调大 */
            min-width: 120px;
        }
    .btn-disabled {
@@ -900,11 +901,11 @@
        border: none;
        padding: 10px 24px;
        border-radius: 4px;
        font-size: 22px; /* 原16px,调大 */
        font-size: 28px !important; /* 原16/22px,调大 */
        font-weight: 500;
        cursor: not-allowed;
        box-shadow: none;
        min-width: 100px;
        min-width: 120px;
    }
    /* 表格样式 */
@@ -988,7 +989,7 @@
        padding: 2px 6px;
        border-radius: 3px;
        font-weight: bold;
        font-size: 1.2vw; /* 原0.9vw,调大 */
        font-size: 1.4vw; /* 原0.9/1.2vw,调大 */
    }
    /* 带单位的输入框样式 */
@@ -1005,9 +1006,9 @@
    .unit-text {
        color: #666;
        font-size: 18px; /* 原14px,调大 */
        font-size: 28px !important; /* 原14/18px,调大 */
        white-space: nowrap;
        width: 20px;
        width: 28px;
    }
    /* 响应式调整 */
@@ -1018,70 +1019,65 @@
        .form-label {
            width: 90px;
            font-size: 18px; /* 原16px,调大 */
            font-size: 22px !important; /* 原16/18px,调大 */
        }
        .input {
            font-size: 17px; /* 原14px,调大 */
            padding: 6px 10px;
            font-size: 20px !important; /* 原14/17px,调大 */
            padding: 10px 14px;
        }
        .btn-blue {
            padding: 6px 12px;
            font-size: 18px; /* 原14px,调大 */
            padding: 10px 18px;
            font-size: 22px !important; /* 原14/18px,调大 */
        }
    }
    /* 新增大按钮样式 */
    .btn-blue.large-btn {
        padding: 8px 24px;
        font-size: 22px; /* 原16px,调大 */
        height: 60px;
        min-width: 100px;
        padding: 14px 32px;
        font-size: 32px !important; /* 原16/22px,调大 */
        height: 70px !important;
        min-width: 140px;
    }
    /* 调整表单单元格布局以适应按钮 */
    .form-row .form-cell:last-child {
        justify-content: center;
        flex: 0 0 auto;
        min-width: 120px;
        min-width: 140px;
    }
    /* 新增:让“设置使用上限”“寿命比预警值”输入框变窄 */
    .input-use-limit {
        width: 80px !important;
        min-width: 0 !important;
        margin-right: 10px;
    }
    .input-life-warn {
        width: 80px !important;
        width: 120px !important;
        min-width: 0 !important;
        margin-right: 4px;
        margin-right: 8px;
    }
    .input-use-limit {
        width: 60px !important;
        width: 100px !important;
        min-width: 0 !important;
        margin-right: 10px;
        margin-right: 16px;
        color: #1890ff !important;
        border-color: #1890ff !important;
    }
    .input-tool-model {
        width: 60px !important;
        width: 100px !important;
        min-width: 0 !important;
        margin-right: 10px;
        margin-right: 16px;
    }
    .input-tool-name {
        width: 80px !important;
        width: 120px !important;
        min-width: 0 !important;
        margin-right: 10px;
        margin-right: 16px;
    }
    .input-tool-model {
        width: 80px !important;
        min-width: 0 !important;
        margin-right: 10px;
    .highlight-label {
        color: #1890ff !important;
    }
</style>
</style>