Compare commits

..

No commits in common. "3a64c1280cd44ef6bed501aef8a2346ba95c1ee3" and "c75739defca217209c8b39fce33267e1630e5735" have entirely different histories.

4 changed files with 4 additions and 8 deletions

View File

@ -11,7 +11,7 @@
</div>
<div class="layui-col-xs5">
<label class="block relative">
<span class="help-label"><b>登录账号</b>User Name</span>
<span class="help-label"><b>登录账号</b>Login Username</span>
{if isset($vo) and isset($vo.username)}
<input disabled value='{$vo.username|default=""}' required class="layui-input think-bg-gray">
{else}
@ -22,7 +22,7 @@
</div>
<div class="layui-col-xs5">
<label class="block relative">
<span class="help-label"><b>用户名称</b>Nick Name</span>
<span class="help-label"><b>用户名称</b>User Nickname</span>
<input name="nickname" value='{$vo.nickname|default=""}' required placeholder="请输入用户名称" class="layui-input">
<span class="help-block">用于区分用户数据的用户名称,请尽量不要重复。</span>
</label>

View File

@ -37,10 +37,6 @@ fieldset {
}
}
form.layui-form fieldset {
padding: 15px 25px;
}
.layui-tab,
.layui-card {
border-radius: @BoxBorderRadius;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long