快乐的昕的电脑
2025-11-14 648246d66edadf4cf9c41d9f89828bd2bec5ff6e
components/mold.vue
@@ -650,24 +650,23 @@
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-items: flex-start;
        gap: 12px;
        margin-bottom: 2vh;
        width: 99vw; /* 原95vw,改为99vw */
        max-width: 1920px; /* 原1600px,改为1920px */
        width: 99vw;
        max-width: 1920px;
        margin-left: auto;
        margin-right: auto;
        padding: 12px;
        background: #f8f9fa;
        border-radius: 8px;
        border: 1px solid #e9ecef;
        font-size: 32px;
    }
    /* 表单行样式优化 */
    .form-row {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        margin-bottom: 12px;
@@ -680,17 +679,30 @@
    .form-cell {
        display: flex;
        align-items: center;
        flex-basis: 0;
        flex-grow: 1;
        max-width: 33.33%; /* 三等分 */
        min-width: 0;
        margin: 0 8px;
        margin-right: 0;
    }
        .form-cell:nth-child(1) {
            flex: 0 0 28%;
            min-width: 180px;
        }
        .form-cell:nth-child(2) {
            flex: 0 0 32%;
            min-width: 180px;
            justify-content: flex-start;
        }
        .form-cell:nth-child(3) {
            flex: 1 1 0;
            min-width: 180px;
            justify-content: flex-end;
        }
    .form-label {
        width: 120px;
        font-weight: bold;
        font-size: 32px !important; /* 原18/22px,调大 */
        color: #333;
        white-space: nowrap;
        margin-right: 12px;
@@ -699,7 +711,6 @@
    .input {
        padding: 14px 20px;
        font-size: 30px !important; /* 原16/20px,调大 */
        border: 1px solid #dcdfe6;
        flex: 1;
        margin-right: 0;
@@ -711,7 +722,7 @@
    }
        .input.small-font {
            font-size: 28px !important; /* 原15/19px,调大 */
            /* 不设置字体大小 */
        }
        .input:disabled {
@@ -725,14 +736,30 @@
        box-sizing: border-box;
    }
    .btn-blue {
    .input-with-unit {
        display: flex;
        align-items: center;
        flex: 1;
    }
        .input-with-unit .input {
            flex: 1;
            margin-right: 8px;
        }
    .unit-text {
        color: #666;
        white-space: nowrap;
        width: 28px;
    }
    .btn-blue, .btn-blue.large-btn {
        background-color: #1890ff;
        color: white;
        border: none;
        padding: 14px 32px;
        border-radius: 4px;
        cursor: pointer;
        font-size: 32px !important; /* 原16/22px,调大 */
        font-weight: 500;
        white-space: nowrap;
        height: 70px !important;
@@ -740,7 +767,12 @@
        transition: all 0.3s;
        flex-shrink: 0;
        min-width: 140px;
        margin-left: 24px;
    }
        .btn-blue.large-btn {
            margin-left: 24px;
        }
        .btn-blue:hover {
            background-color: #40a9ff;
@@ -768,7 +800,6 @@
        padding: 1.5vh;
        background-color: #00A2E9;
        color: white;
        font-size: 1.8vw; /* 原1.2vw,调大 */
        border: none;
        text-align: center;
        border-radius: 6px;
@@ -856,7 +887,6 @@
        cursor: pointer;
        color: #333;
        text-align: left;
        font-size: 22px; /* 原13/18px,调大 */
        min-height: 50px;
        transition: background 0.15s, color 0.15s;
        overflow: hidden;
@@ -897,7 +927,6 @@
        .dialog-actions .btn-blue {
            padding: 10px 24px;
            font-size: 28px !important; /* 原16/22px,调大 */
            min-width: 120px;
        }
@@ -907,7 +936,6 @@
        border: none;
        padding: 10px 24px;
        border-radius: 4px;
        font-size: 28px !important; /* 原16/22px,调大 */
        font-weight: 500;
        cursor: not-allowed;
        box-shadow: none;
@@ -940,14 +968,12 @@
            border-bottom: 2px solid #bfbfbf;
            padding: 16px 10px;
            font-weight: bold;
            font-size: 1.6vw; /* 原1.2vw,调大 */
            text-align: center;
        }
        table.styled-table tbody td {
            border-bottom: 1px solid #e8e8e8;
            padding: 14px 10px;
            font-size: 1.4vw; /* 原1.1vw,调大 */
            vertical-align: middle;
            text-align: center;
        }
@@ -995,26 +1021,6 @@
        padding: 2px 6px;
        border-radius: 3px;
        font-weight: bold;
        font-size: 1.4vw; /* 原0.9/1.2vw,调大 */
    }
    /* 带单位的输入框样式 */
    .input-with-unit {
        display: flex;
        align-items: center;
        flex: 1;
    }
        .input-with-unit .input {
            flex: 1;
            margin-right: 8px;
        }
    .unit-text {
        color: #666;
        font-size: 28px !important; /* 原14/18px,调大 */
        white-space: nowrap;
        width: 28px;
    }
    /* 响应式调整 */
@@ -1025,36 +1031,18 @@
        .form-label {
            width: 90px;
            font-size: 22px !important; /* 原16/18px,调大 */
        }
        .input {
            font-size: 20px !important; /* 原14/17px,调大 */
            padding: 10px 14px;
        }
        .btn-blue {
            padding: 10px 18px;
            font-size: 22px !important; /* 原14/18px,调大 */
        }
    }
    /* 新增大按钮样式 */
    .btn-blue.large-btn {
        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: 140px;
    }
    /* 新增:让“设置使用上限”“寿命比预警值”输入框变窄 */
    /* 让“使用上限”“寿命比预警值”输入框变窄 */
    .input-life-warn {
        width: 120px !important;
        min-width: 0 !important;