mock平台

AceEditor.scss 356B

12345678910111213141516171819202122232425
  1. .ace_editor.fullScreen {
  2. height: auto;
  3. width: auto;
  4. border: 0;
  5. margin: 0;
  6. position: fixed !important;
  7. top: 0;
  8. bottom: 0;
  9. left: 0;
  10. right: 0;
  11. z-index: 1000008;
  12. }
  13. .ace_editor .ace_print-margin{
  14. visibility: hidden !important
  15. }
  16. .fullScreen {
  17. overflow: hidden
  18. }
  19. .ace_editor.ace-xcode {
  20. background-color: #f5f5f5;
  21. color: #000000;
  22. }