.editor-FullScreen {
  position: relative;
  width: 100%;
  height: 100%;
}
.editor-FullScreen-btn {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
  background: #E6F1FF;
  font-size: 12px;
  color: #417FFB;
  cursor: pointer;
  z-index: 1;
}
.editor-FullScreen-btn > img {
  width: 16px;
  height: 16px;
  margin-right: 3px;
}
.editor-FullScreen.editor-FullScreen-full {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1000;
}
