Skip to content

Commit

Permalink
ui for broadcast
Browse files Browse the repository at this point in the history
  • Loading branch information
x3388638 committed Apr 16, 2017
1 parent 2377680 commit c79e0a6
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
8 changes: 8 additions & 0 deletions web/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,11 @@ body {
line-height: 16px;
padding-left: 20px;
}

#toolContainer {
margin-top: 50px;
}

#toolContainer #broadcastContainer {
margin-bottom: 20px;
}
11 changes: 10 additions & 1 deletion web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,16 @@
</div>
</div>
</div>
<div class="col-6">456</div>
<div class="col-6">
<div id="toolContainer">
<div id="broadcastContainer">
<div class="input-group">
<span class="input-group-addon bg-danger text-white" id="btnGroupAddon">公告</span>
<input type="text" class="form-control" aria-describedby="btnGroupAddon">
</div>
</div>
</div>
</div>
</div>
</div>
</body>
Expand Down

0 comments on commit c79e0a6

Please sign in to comment.