|
|
|
@ -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> |
|
|
|
|