* adjust style

This commit is contained in:
JackWuLieHao
2018-04-04 16:55:39 +08:00
parent 70a956dcf5
commit 4548d80a79
+1 -1
View File
@@ -28,7 +28,7 @@
<th class='w-90px'><?php echo $lang->user->realname;?></th>
<td class='w-p40'><?php echo html::input('realname', $user->realname, "class='form-control' autocomplete='off'");?></td>
<th class='w-90px'><?php echo $lang->user->join;?></th>
<td class='w-p40'><?php echo html::input('join', $user->join, "class='form-control form-date'");?></td>
<td><?php echo html::input('join', formatTime($user->join, "class='form-control form-date'");?></td>
</tr>
<tr>
<th class='w-90px'><?php echo $lang->user->dept;?></th>