Browse Source

Fix ranklist user infomation too long

pull/6/head
Menci 7 years ago
parent
commit
a33317f9fc
  1. 8
      views/index.ejs
  2. 8
      views/ranklist.ejs

8
views/index.ejs

@ -24,12 +24,12 @@
</div>
<h4 class="ui top attached block header">排名</h4>
<div class="ui bottom attached segment">
<table class="ui very basic center aligned table">
<table class="ui very basic center aligned table" style="table-layout: fixed; ">
<thead>
<tr>
<th>#</th>
<th>昵称</th>
<th>个性签名</th>
<th style="width: 50px; ">#</th>
<th style="width: 170px; ">用户名</th>
<th>个性签名</th>
</tr>
</thead>
<script>

8
views/ranklist.ejs

@ -7,13 +7,13 @@
<button class="ui mini button" type="submit">查找用户</button>
</div>
</form>
<table class="ui very basic center aligned table">
<table class="ui very basic center aligned table" style="table-layout: fixed; ">
<thead>
<tr>
<th>#</th>
<th>用户昵称</th>
<th style="width: 80px; ">#</th>
<th style="width: 170px; ">用户名</th>
<th>个性签名</th>
<th>通过数量</th>
<th style="width: 100px; ">通过数量</th>
</tr>
</thead>
<script>

Loading…
Cancel
Save