mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-12-08 22:30:24 +08:00
15 lines
381 B
HTML
15 lines
381 B
HTML
{$layout}
|
|
|
|
<div class="margin"></div>
|
|
|
|
<form method="post" class="ui form" data-tea-action="$" data-tea-success="success">
|
|
<table class="ui table definition selectable">
|
|
<tr>
|
|
<td class="title">你的姓名 *</td>
|
|
<td>
|
|
<input type="text" name="fullname" maxlength="50" ref="focus" v-model="admin.fullname"/>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<submit-btn></submit-btn>
|
|
</form> |