Commit 996788b528047638d035fa77a7ab44c5da71d331

Authored by ykxie
1 parent 269ba08b

全屏bug

dist/css/ide.css
... ... @@ -285,7 +285,7 @@ html, body {
285 285 #console-wrap:-webkit-full-screen .CodeMirror-gutter {
286 286 display: none; }
287 287 #console-wrap:-webkit-full-screen #ifrcontainer {
288   - height: 100%; }
  288 + height: 96%; }
289 289 #console-wrap:-webkit-full-screen #ifrcontainer #resultiframe {
290 290 height: 100%; }
291 291  
... ... @@ -297,7 +297,7 @@ html, body {
297 297 #console-wrap:-moz-full-screen .CodeMirror-gutter {
298 298 display: none; }
299 299 #console-wrap:-moz-full-screen #ifrcontainer {
300   - height: 100%; }
  300 + height: 96%; }
301 301 #console-wrap:-moz-full-screen #ifrcontainer #resultiframe {
302 302 height: 100%; }
303 303  
... ... @@ -309,7 +309,7 @@ html, body {
309 309 #console-wrap:-ms-fullscreen .CodeMirror-gutter {
310 310 display: none; }
311 311 #console-wrap:-ms-fullscreen #ifrcontainer {
312   - height: 100%; }
  312 + height: 96%; }
313 313 #console-wrap:-ms-fullscreen #ifrcontainer #resultiframe {
314 314 height: 100%; }
315 315  
... ... @@ -322,7 +322,7 @@ html, body {
322 322 #console-wrapfullscreen .CodeMirror-gutter {
323 323 display: none; }
324 324 #console-wrapfullscreen #ifrcontainer {
325   - height: 100%; }
  325 + height: 96%; }
326 326 #console-wrapfullscreen #ifrcontainer #resultiframe {
327 327 height: 100%; }
328 328  
... ...
dist/css/main.css
... ... @@ -157,7 +157,7 @@ html, body {
157 157 #console-wrap:-webkit-full-screen .CodeMirror-gutter {
158 158 display: none; }
159 159 #console-wrap:-webkit-full-screen #ifrcontainer {
160   - height: 100%; }
  160 + height: 96%; }
161 161 #console-wrap:-webkit-full-screen #ifrcontainer #resultiframe {
162 162 height: 100%; }
163 163  
... ... @@ -169,7 +169,7 @@ html, body {
169 169 #console-wrap:-moz-full-screen .CodeMirror-gutter {
170 170 display: none; }
171 171 #console-wrap:-moz-full-screen #ifrcontainer {
172   - height: 100%; }
  172 + height: 96%; }
173 173 #console-wrap:-moz-full-screen #ifrcontainer #resultiframe {
174 174 height: 100%; }
175 175  
... ... @@ -181,7 +181,7 @@ html, body {
181 181 #console-wrap:-ms-fullscreen .CodeMirror-gutter {
182 182 display: none; }
183 183 #console-wrap:-ms-fullscreen #ifrcontainer {
184   - height: 100%; }
  184 + height: 96%; }
185 185 #console-wrap:-ms-fullscreen #ifrcontainer #resultiframe {
186 186 height: 100%; }
187 187  
... ... @@ -194,7 +194,7 @@ html, body {
194 194 #console-wrapfullscreen .CodeMirror-gutter {
195 195 display: none; }
196 196 #console-wrapfullscreen #ifrcontainer {
197   - height: 100%; }
  197 + height: 96%; }
198 198 #console-wrapfullscreen #ifrcontainer #resultiframe {
199 199 height: 100%; }
200 200  
... ...
dist/scss/_mixin.scss
... ... @@ -192,7 +192,7 @@
192 192 display: none;
193 193 }
194 194 #ifrcontainer{
195   - height: 100%;
  195 + height: 96%;
196 196 #resultiframe{
197 197 height: 100%
198 198 }
... ...
dist/v1.1/player.html
... ... @@ -82,7 +82,7 @@
82 82 <div id="replayzone" class="tab-pane"></div>
83 83 </div>
84 84 <!-- 运行结果区 -->
85   - <div class="console-wrap">
  85 + <div class="console-wrap" id="console-wrap">
86 86 <div class="CodeMirror-gutter">
87 87 </div>
88 88 <div id="toolbar">
... ...
src/css/ide.css
... ... @@ -285,7 +285,7 @@ html, body {
285 285 #console-wrap:-webkit-full-screen .CodeMirror-gutter {
286 286 display: none; }
287 287 #console-wrap:-webkit-full-screen #ifrcontainer {
288   - height: 100%; }
  288 + height: 96%; }
289 289 #console-wrap:-webkit-full-screen #ifrcontainer #resultiframe {
290 290 height: 100%; }
291 291  
... ... @@ -297,7 +297,7 @@ html, body {
297 297 #console-wrap:-moz-full-screen .CodeMirror-gutter {
298 298 display: none; }
299 299 #console-wrap:-moz-full-screen #ifrcontainer {
300   - height: 100%; }
  300 + height: 96%; }
301 301 #console-wrap:-moz-full-screen #ifrcontainer #resultiframe {
302 302 height: 100%; }
303 303  
... ... @@ -309,7 +309,7 @@ html, body {
309 309 #console-wrap:-ms-fullscreen .CodeMirror-gutter {
310 310 display: none; }
311 311 #console-wrap:-ms-fullscreen #ifrcontainer {
312   - height: 100%; }
  312 + height: 96%; }
313 313 #console-wrap:-ms-fullscreen #ifrcontainer #resultiframe {
314 314 height: 100%; }
315 315  
... ... @@ -322,7 +322,7 @@ html, body {
322 322 #console-wrapfullscreen .CodeMirror-gutter {
323 323 display: none; }
324 324 #console-wrapfullscreen #ifrcontainer {
325   - height: 100%; }
  325 + height: 96%; }
326 326 #console-wrapfullscreen #ifrcontainer #resultiframe {
327 327 height: 100%; }
328 328  
... ...
src/css/main.css
... ... @@ -157,7 +157,7 @@ html, body {
157 157 #console-wrap:-webkit-full-screen .CodeMirror-gutter {
158 158 display: none; }
159 159 #console-wrap:-webkit-full-screen #ifrcontainer {
160   - height: 100%; }
  160 + height: 96%; }
161 161 #console-wrap:-webkit-full-screen #ifrcontainer #resultiframe {
162 162 height: 100%; }
163 163  
... ... @@ -169,7 +169,7 @@ html, body {
169 169 #console-wrap:-moz-full-screen .CodeMirror-gutter {
170 170 display: none; }
171 171 #console-wrap:-moz-full-screen #ifrcontainer {
172   - height: 100%; }
  172 + height: 96%; }
173 173 #console-wrap:-moz-full-screen #ifrcontainer #resultiframe {
174 174 height: 100%; }
175 175  
... ... @@ -181,7 +181,7 @@ html, body {
181 181 #console-wrap:-ms-fullscreen .CodeMirror-gutter {
182 182 display: none; }
183 183 #console-wrap:-ms-fullscreen #ifrcontainer {
184   - height: 100%; }
  184 + height: 96%; }
185 185 #console-wrap:-ms-fullscreen #ifrcontainer #resultiframe {
186 186 height: 100%; }
187 187  
... ... @@ -194,7 +194,7 @@ html, body {
194 194 #console-wrapfullscreen .CodeMirror-gutter {
195 195 display: none; }
196 196 #console-wrapfullscreen #ifrcontainer {
197   - height: 100%; }
  197 + height: 96%; }
198 198 #console-wrapfullscreen #ifrcontainer #resultiframe {
199 199 height: 100%; }
200 200  
... ...
src/scss/_mixin.scss
... ... @@ -192,7 +192,7 @@
192 192 display: none;
193 193 }
194 194 #ifrcontainer{
195   - height: 100%;
  195 + height: 96%;
196 196 #resultiframe{
197 197 height: 100%
198 198 }
... ...