mirror of
https://gitee.com/dromara/MaxKey.git
synced 2025-12-07 17:38:32 +08:00
UI optimize
This commit is contained in:
parent
67fdedccf4
commit
01ad6c7614
@ -31,27 +31,27 @@
|
||||
</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="userinfo.displayName" /> :</th>
|
||||
<th><@locale code="userinfo.displayName" /> </th>
|
||||
<td>
|
||||
<input readonly type="text" id="displayName" name="displayName" class="form-control" title="" value="${model.displayName}"/>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="userinfo.username" /> :</th>
|
||||
<th><@locale code="userinfo.username" /> </th>
|
||||
<td>
|
||||
<input readonly type="text" id="username" name="username" class="form-control" title="" value="${model.username}"/>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="login.password.newPassword" />:</th>
|
||||
<th><@locale code="login.password.newPassword" /></th>
|
||||
<td>
|
||||
<input type="password" id="newPassword" name="newPassword" class="form-control" title="" value="" required="" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="login.password.confirmPassword" />:</th>
|
||||
<th><@locale code="login.password.confirmPassword" /></th>
|
||||
<td nowrap>
|
||||
<input type="password" id="confirmPassword" name="confirmPassword" class="form-control" title="" value="" required="" />
|
||||
</td>
|
||||
|
||||
@ -29,27 +29,27 @@
|
||||
</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="userinfo.displayName" /> :</th>
|
||||
<th><@locale code="userinfo.displayName" /> </th>
|
||||
<td>
|
||||
<input readonly type="text" id="displayName" name="displayName" class="form-control" title="" value="${model.displayName}"/>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="userinfo.username" /> :</th>
|
||||
<th><@locale code="userinfo.username" /> </th>
|
||||
<td>
|
||||
<input readonly type="text" id="username" name="username" class="form-control" title="" value="${model.username}"/>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="login.password.newPassword" />:</th>
|
||||
<th><@locale code="login.password.newPassword" /></th>
|
||||
<td>
|
||||
<input type="password" id="newPassword" name="newPassword" class="form-control" title="" value="" required="" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><@locale code="login.password.confirmPassword" />:</th>
|
||||
<th><@locale code="login.password.confirmPassword" /></th>
|
||||
<td nowrap>
|
||||
<input type="password" id="confirmPassword" name="confirmPassword" class="form-control" title="" value="" required="" />
|
||||
</td>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user