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> </div>
<h4 class="ui top attached block header">排名</h4> <h4 class="ui top attached block header">排名</h4>
<div class="ui bottom attached segment"> <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> <thead>
<tr> <tr>
<th>#</th> <th style="width: 50px; ">#</th>
<th>昵称</th> <th style="width: 170px; ">用户名</th>
<th>个性签名</th> <th>个性签名</th>
</tr> </tr>
</thead> </thead>
<script> <script>

8
views/ranklist.ejs

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

Loading…
Cancel
Save