快乐的昕的电脑
2025-11-14 14aaded693b93aec98157ad8f4c4f43d0a89d251
components/mold.vue
@@ -732,18 +732,20 @@
            cursor: not-allowed;
        }
    .input, .input-with-unit {
        width: 100%;
        box-sizing: border-box;
    }
    .input-with-unit {
        display: flex;
        align-items: center;
        width: auto !important; /* 让内容自适应 */
        min-width: 0;
        flex-shrink: 1;
        gap: 0;
    }
        .input-with-unit .input {
            width: 60px !important;
            min-width: 0 !important;
            margin-right: 2px !important;
            text-align: center;
            padding-left: 2px;
            padding-right: 2px;
        }
        .input-with-unit .input {
            margin-right: 4px !important;
@@ -755,6 +757,7 @@
    .unit-text {
        margin-left: 0 !important;
        padding-left: 0 !important;
        font-size: 22px !important;
    }
    .btn-blue, .btn-blue.large-btn {
@@ -1102,6 +1105,7 @@
        flex: 1 1 auto !important;
        justify-content: flex-end !important;
        display: flex !important;
        align-items: center;
    }
</style>