
/* ===== mindmap/templates/mindmap/base.html ===== */
/* 禁止打印 */
        @media print {
    body { display: none; }
}
        }
