快乐的昕的电脑
2025-11-19 f13213d0a2d44443790e648896303ed93dc1bacd
components/mold.vue
@@ -955,12 +955,12 @@
        min-width: 120px;
    }
    /* 表格样式 */
    .table-section {
        display: flex;
        justify-content: center;
        margin: 1vh 0;
        overflow-x: auto;
        width: 100%; /* 确保表格容器占满宽度 */
    }
    table.styled-table {
@@ -1116,10 +1116,10 @@
        }
    .input-use-limit {
        width: 500px !important; /* 从450px增加到500px */
        width: 450px !important;
        min-width: 0 !important;
        margin-right: 16px;
        flex: none !important;
        flex: none !important; /* 关键:彻底禁止flex拉伸 */
    }
</style>