Skip to content

Commit

Permalink
Improve UI
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenjoezhang committed Jan 13, 2022
1 parent 59fa823 commit 7c27bc0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions public/chat/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@
<textarea id="msg-list" class="form-control" readonly="readonly">
</textarea>
<div class="input-group">
<span class="input-group-text">消息</span>
<input type="text" class="form-control" id="msg-box" onkeydown="checkKey(event)">
<input type="text" class="form-control" id="msg-box" placeholder="输入消息内容,按下回车或点击发送" onkeydown="checkKey(event)">
<button type="button" class="btn btn-primary" onclick="send()">发送</button>
</div>
</div>
Expand Down
1 change: 0 additions & 1 deletion public/danmaku/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
</textarea>

<div class="input-group">
<span class="input-group-text">弹幕</span>
<input type="text" class="form-control" id="input" maxlength="50" placeholder="输入弹幕内容,按下回车或点击发送" onkeydown="checkKey(event)" style="color: #94070A">
<button type="button" class="btn btn-primary" onclick="send()">发送</button>
</div>
Expand Down

0 comments on commit 7c27bc0

Please sign in to comment.