king
2023-03-11 34e7681fd12b1c4e4994d3bea1a553870e10bc50
src/templates/zshare/codemirror/index.scss
@@ -2,6 +2,17 @@
  font-size : 14px;
  line-height : 25px;
  position: relative;
  .anticon-format-painter {
    position: absolute;
    z-index: 10;
    right: 10px;
    top: 35px;
    font-size: 18px;
    opacity: 0.7;
    color: orange;
    cursor: pointer;
    transition: opacity 0.3s;
  }
  .anticon-fullscreen {
    position: absolute;
    z-index: 10;
@@ -76,4 +87,7 @@
      background: #f5f5f5;
    }
  }
}
.mk-mirror-font {
  z-index: 1200!important;
}