Commit 5d250005 authored by nanahira's avatar nanahira Committed by GitHub

extend player name length

parent e31de5d6
...@@ -48,11 +48,11 @@ ...@@ -48,11 +48,11 @@
<div class="col-lg-12"> <div class="col-lg-12">
<table class="table table-striped" id="rooms"> <table class="table table-striped" id="rooms">
<thead> <thead>
<th width="10%">房号</th> <th width="5%">房号</th>
<th width="30%">房名</th> <th width="10%">房名</th>
<th width="25%">玩家</th> <th width="35%">玩家</th>
<th width="25%">玩家</th> <th width="35%">玩家</th>
<th width="10%">状态</th> <th width="15%">状态</th>
</thead> </thead>
<tbody></tbody> <tbody></tbody>
</table> </table>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment