Commit 40ac1b9ba0aea070f791000c133f20ac09564706

Authored by 范延丽
1 parent a36341a2

fullscreen1

Showing 1 changed file with 3 additions and 0 deletions
src/gxb-ide/Iterm.js
... ... @@ -247,6 +247,9 @@
247 247 } else if (document.webkitExitFullscreen) {
248 248 document.webkitExitFullscreen();
249 249 }
  250 +
  251 + $('.CodeMirror-gutter').css('display','block');
  252 + $('.console-wrap').css('paddingLeft','204px');
250 253 }
251 254  
252 255 window.Iterm = Iterm
... ...