add tab for blockly

This commit is contained in:
YouWei Zhao 2018-02-14 14:51:10 +08:00
parent d0115230d7
commit 5939d27508
4 changed files with 1254 additions and 59 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

View File

@ -43,6 +43,12 @@
width: 440px; width: 440px;
} }
#left6 {
left: 5px;
top: 1930px;
width: 440px;
}
.etable table, .etable table,
.etable table td { .etable table td {
color: #000; color: #000;

View File

@ -111,6 +111,12 @@
</table> </table>
</div> </div>
</div></div> </div></div>
<div id="left6" class='leftTab'><div><!-- eventsEditor -->
<h3>事件编辑器</h3>
<div>
</div>
</div></div>
<div id="mid"> <div id="mid">
<table class="col" id='mapColMark'></table> <table class="col" id='mapColMark'></table>
<table class="row" id='mapRowMark'></table> <table class="row" id='mapRowMark'></table>