🐛 playground output

This commit is contained in:
Van 2019-05-19 18:58:33 +08:00
parent 03cbb8fce4
commit c86f0daa94
No known key found for this signature in database
GPG Key ID: 7059B8783A78F16C
2 changed files with 9 additions and 3 deletions

View File

@ -74,8 +74,12 @@ body{
height: 70%;
}
#output {
.bottom-window-group {
height: 30%;
}
#output {
height: 100%;
width: 100%;
border-width: 0;
margin: 0;
@ -114,6 +118,10 @@ body{
border-left: 1px solid #919191;
}
#goNews::-webkit-scrollbar {
display: none;
}
#goNews li a {
display: block;
padding: 8px 10px;

View File

@ -295,8 +295,6 @@ var playground = {
};
playgroundWS.onmessage = function (e) {
console.log('[playground onmessage]' + e.data);
var data = JSON.parse(e.data);
if ("init-playground" === data.cmd) {