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>
...@@ -194,4 +194,4 @@ function shoutcallback(data) { ...@@ -194,4 +194,4 @@ function shoutcallback(data) {
<script src="http://s4.cnzz.com/z_stat.php?id=1255875151&web_id=1255875151"></script> <script src="http://s4.cnzz.com/z_stat.php?id=1255875151&web_id=1255875151"></script>
</body> </body>
</html> </html>
\ No newline at end of file
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