tjx
2025-11-05 2aad1d9afd52427eaa528a1201e0db5b0de091e3
components/mold.vue
@@ -726,7 +726,7 @@
        font-size: 16px;
        font-weight: 500;
        white-space: nowrap;
        height: 36px;
        height: 60px;
        box-sizing: border-box;
        transition: all 0.3s;
        flex-shrink: 0;
@@ -839,19 +839,20 @@
    .tool-btn {
        flex: 0 0 calc(20% - 10px);
        box-sizing: border-box;
        padding: 14px 16px;
        padding: 10px 12px;
        background: #f5f5f5;
        border: 1px solid #d0d0d0;
        border-radius: 8px;
        cursor: pointer;
        color: #333;
        text-align: left;
        font-size: 16px;
        min-height: 60px;
        font-size: 13px;
        min-height: 50px;
        transition: background 0.15s, color 0.15s;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        line-height: 1.4;
    }
        .tool-btn.active {
@@ -864,7 +865,7 @@
    .dialog-actions {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        align-items: center;
        margin-top: 2vh;
        padding-top: 2vh;
        border-top: 1px solid #eee;
@@ -884,16 +885,23 @@
            align-items: center;
        }
        .dialog-actions .btn-blue {
            padding: 10px 24px;
            font-size: 16px;
            min-width: 100px;
        }
    .btn-disabled {
        background: #f2f2f2;
        color: #bbb;
        color: #999;
        border: none;
        padding: 14px 36px;
        border-radius: 10px;
        font-size: 1.1vw;
        font-weight: bold;
        padding: 10px 24px;
        border-radius: 4px;
        font-size: 16px;
        font-weight: 500;
        cursor: not-allowed;
        box-shadow: none;
        min-width: 100px;
    }
    /* 表格样式 */
@@ -1025,7 +1033,7 @@
    .btn-blue.large-btn {
        padding: 8px 24px;
        font-size: 16px;
        height: 36px;
        height: 60px;
        min-width: 100px;
    }