快乐的昕的电脑
2025-11-14 b9fe7d3841426e833be980f1297414c6d663ec1e
components/machine.vue
@@ -303,13 +303,13 @@
        background-color: #00A2E9;
        color: white;
        border: none;
        font-size: 22px;
        font-size: 24px;
        border-radius: 5px;
    }
    label {
        margin-right: 10px;
        font-size: 22px;
        font-size: 24px;
    }
    /* 中间状态部分布局 */
@@ -328,7 +328,7 @@
    }
        .item h4 {
            font-size: 18px;
            font-size: 24px;
            line-height: 1.4;
            margin: 0;
            padding: 5px 0;
@@ -338,7 +338,7 @@
        width: 50%;
        flex-shrink: 0;
        padding: 10px;
        font-size: 22px;
        font-size: 24px;
        border: none;
        text-align: center;
        min-height: 40px;
@@ -385,7 +385,7 @@
    }
    .txt-inp {
        height: 75px; /* 增大高度 */
        height: 80px; /* 增大高度 */
        padding: 12px; /* 增大内边距 */
        font-size: 24px; /* 增大字体 */
        width: 50%;
@@ -409,20 +409,20 @@
        }
            .item h4 {
                font-size: 16px;
                font-size: 24px;
                padding: 3px 0;
            }
        button {
            padding: 8px;
            font-size: 20px;
            font-size: 24px;
            min-height: 38px;
        }
        .txt-inp {
            height: 46px;
            padding: 10px;
            font-size: 22px;
            font-size: 24px;
        }
        .bottom-section {
@@ -433,20 +433,20 @@
        .save-btn,
        .cancel-btn {
            padding: 10px;
            font-size: 22px;
            font-size: 24px;
            min-height: 42px;
        }
        input {
            font-size: 22px;
            font-size: 24px;
        }
        .refresh-btn {
            font-size: 20px;
            font-size: 24px;
        }
        label {
            font-size: 20px;
            font-size: 24px;
        }
    }
</style>