Sign in
梁美英
/
programming
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
40ac1b9ba0aea070f791000c133f20ac09564706
Authored by
范延丽
2017-08-22 18:49:22 +0800
1 parent
a36341a2
fullscreen1
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
src/gxb-ide/Iterm.js
src/gxb-ide/Iterm.js
View file @
40ac1b9
...
...
@@ -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
...
...