🐛 playground output
This commit is contained in:
parent
03cbb8fce4
commit
c86f0daa94
|
@ -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;
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue