快乐的昕的电脑
2025-11-14 ffc24303e584bdff22bc995ab9386882c0c2fd68
components/machine.vue
@@ -418,15 +418,24 @@
        }
        .bottom-section {
            margin-top: 8px;
            padding-top: 8px;
            display: flex;
            justify-content: space-between;
            margin-top: 10px;
            padding-top: 10px;
            gap: 0; /* 避免多余间距 */
        }
        .save-btn,
        .cancel-btn {
            padding: 10px;
            font-size: 24px;
            min-height: 46px;
            width: 49%; /* 避免溢出,保证一行显示 */
            padding: 12px;
            background-color: #00A2E9;
            color: white;
            font-size: 28px;
            border: none;
            text-align: center;
            min-height: 70px;
            box-sizing: border-box;
        }
        input {