快乐的昕的电脑
2025-10-20 d7f839ddab71dc7ef7d5efd67e4247d560cef3ab
界面优化
已修改1个文件
14 ■■■■ 文件已修改
components/mold.vue 14 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
components/mold.vue
@@ -48,7 +48,7 @@
                        <span style="margin: 0 12px;">第{{ pageIndex }}页 / 共{{ totalPages }}页</span>
                        <button class="btn-blue" @click="nextPage" :disabled="pageIndex === totalPages || loadingTools">下一页</button>
                    </div>
                    <div>
                    <div style="display: flex; gap: 18px; align-items: center;">
                        <button class="btn-blue" @click="confirmTool">确定</button>
                        <button class="btn-disabled" @click="closeToolDialog">取消</button>
                    </div>
@@ -678,12 +678,12 @@
            gap: 24px;
        }
        .dialog-actions > div:last-child {
            display: flex;
            flex-direction: column;
            gap: 16px;
            align-items: flex-end;
        }
        .dialog-actions > div:last-child {
            display: flex;
            flex-direction: row;
            gap: 18px;
            align-items: center;
        }
    .btn-disabled {
        background: #f2f2f2;