Browse Source

用户管理表格宽度排版更改

laiguoran 5 years ago
parent
commit
d4e2f95ba6
1 changed files with 5 additions and 5 deletions
  1. 5 5
      web/users/views/user/index.html

+ 5 - 5
web/users/views/user/index.html

@@ -93,12 +93,12 @@
             <table class="table">
                 <thead>
                 <tr>
-                    <th width="350">注册手机/邮箱</th>
-                    <th>姓名</th>
+                    <th width="200">注册手机/邮箱</th>
+                    <th width="90">姓名</th>
                     <th>企业名称</th>
-                    <th>企业地区</th>
-                    <th>最近使用费用定额</th>
-                    <th>在线时长(<%= filter.loginMsg === undefined ? '所有' : filter.loginMsg %>)</th>
+                    <th width="90">企业地区</th>
+                    <th width="130">最近使用费用定额</th>
+                    <th width="150">在线时长(<%= filter.loginMsg === undefined ? '所有' : filter.loginMsg %>)</th>
                     <th width="180">注册时间 / 最近登录</th>
                     <% if (manager.superAdmin == 1) { %>
                     <th>操作</th>