快乐的昕的电脑
2025-11-14 8012545b0e0c0146f352e76325b7b5df6bcd3ac8
components/machine.vue
@@ -427,17 +427,16 @@
        .save-btn,
        .cancel-btn {
            width: 49%; /* 避免溢出,保证一行显示 */
            padding: 12px;
            background-color: #00A2E9;
            color: white;
            font-size: 28px;
            border: none;
            text-align: center;
            min-height: 70px;
            box-sizing: border-box;
            flex: 1 1 0;
            margin-right: 10px;
            /* 最后一个按钮去掉 margin-right */
        }
            .save-btn:last-child,
            .cancel-btn:last-child {
                margin-right: 0;
            }
        input {
            font-size: 24px;
        }