/* 特殊的不能被编译的css样式 */

@-moz-document url-prefix() {
  body {
    /* background-color: blue;*/ /* 在火狐中，背景色会变为蓝色 */
  }
  /*解决vue3-mindmap的兼容问题*/
  .Mindmap_root_fgvb6 text {
    transform: translate(0, 16px);
  }
}
