This commit is contained in:
tianshujie
2022-07-28 13:42:31 +08:00
parent 6336149a1e
commit d515c08c5e
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -1,3 +1,4 @@
.c-dept {overflow:hidden; text-overflow: ellipsis; white-space: nowrap;}
.c-dept, .c-role {overflow:hidden; text-overflow: ellipsis; white-space: nowrap;}
.c-phone {width: 120px;}
.c-email {width: 200px;}
.c-role {width: 105px;}
+1 -1
View File
@@ -51,7 +51,7 @@
</td>
<td><?php echo $user->realname;?></td>
<td class='c-dept' title="<?php echo zget($depts, $user->dept);?>"><?php echo zget($depts, $user->dept);?></td>
<td><?php echo zget($lang->user->roleList, $user->role);?></td>
<td title="<?php echo zget($lang->user->roleList, $user->role)?>"><?php echo zget($lang->user->roleList, $user->role);?></td>
<td title="<?php echo $user->phone;?>"><?php echo $user->phone;?></td>
<td title="<?php echo $user->qq;?>"><?php echo $user->qq;?></td>
<td title="<?php echo $user->weixin;?>"><?php echo $user->weixin;?></td>