Explorar el Código

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

laiguoran hace 5 años
padre
commit
d4e2f95ba6
Se han modificado 1 ficheros con 5 adiciones y 5 borrados
  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>