Commit 3f14de43 authored by nanahira's avatar nanahira Committed by GitHub

extend player name length

parent 5d250005
...@@ -47,10 +47,10 @@ ...@@ -47,10 +47,10 @@
<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="20%">时间</th> <th width="15%">时间</th>
<th width="20%">房名</th> <th width="15%">房名</th>
<th width="20%">玩家</th> <th width="25%">玩家</th>
<th width="20%">玩家</th> <th width="25%">玩家</th>
<th width="10%" data-toggle="tooltip" data-container="body" title="MATCH打完才可以观看">云录像</th> <th width="10%" data-toggle="tooltip" data-container="body" title="MATCH打完才可以观看">云录像</th>
<th width="10%">下载录像</th> <th width="10%">下载录像</th>
</thead> </thead>
......
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