Commit 8d33dfd0d0d30f3343088e474ec69a7183dedc7c
1 parent
a1ae7f2c
从新录制
Showing
2 changed files
with
13 additions
and
1 deletions
src/index.html
| ... | ... | @@ -17,6 +17,18 @@ |
| 17 | 17 | <link href="css/main.css" rel="stylesheet"> |
| 18 | 18 | <link href="css/recording.css" rel="stylesheet"> |
| 19 | 19 | |
| 20 | + <style> | |
| 21 | + .CodeMirror{ | |
| 22 | + width: 100%; | |
| 23 | + } | |
| 24 | + .recording-page .col-md-4{ | |
| 25 | + padding-right: 0; | |
| 26 | + } | |
| 27 | + #recordpanel{ | |
| 28 | + border-right: 1px solid #999; | |
| 29 | + } | |
| 30 | + </style> | |
| 31 | + | |
| 20 | 32 | <script> |
| 21 | 33 | var gxb_api = "https://restful.gaoxiaobang.com"; |
| 22 | 34 | // var gxb_api = "http://192.168.80.236:8080" | ... | ... |
src/js/gbreplayer.js