优化 部分文字描述

This commit is contained in:
Suwings 2020-10-08 12:20:12 +08:00
parent f0ee4c998d
commit b4b9d6f0c0
2 changed files with 10 additions and 10 deletions

View File

@ -39,11 +39,10 @@
<th v-text="key"></th>
<th v-text="findProperties(key)"></th>
<th>
<center>
<div class="input-group input-group-sm">
<input type="text" class="form-control" aria-describedby="basic-addon1" v-model="properties[key]" />
</div>
</center>
<div class="input-group input-group-sm">
<input type="text" class="form-control" aria-describedby="basic-addon1"
v-model="properties[key]" />
</div>
</th>
</tr>
</table>
@ -113,4 +112,4 @@
MI.rListener("onend", function () {
VIEW_MODEL["ServerProperties"] = null;
});
</script>
</script>

View File

@ -19,7 +19,7 @@
</div>
</div>
<div class="col-sm-7">
<p>密码 [字母 数字 下划线] (6~18位) 注意* 显示 “未更改” 代表不改动本身密码</p>
<p>密码 [字母 数字 下划线] (6~18位) </p>
<div class="input-group input-group-sm">
<span class="input-group-addon"> 账号密码 </span>
<input type="text" class="form-control" v-model="password" placeholder="[未更改 您可以直接从这里重设此用户的密码]" />
@ -31,7 +31,8 @@
<p>注意,如果是以#开头的最高权限账号,则可以无条件访问任何服务器</p>
<div class="input-group input-group-sm">
<span class="input-group-addon"> 准许的服务器 </span>
<input type="text" class="form-control" v-model="allowedServer" placeholder="默认空,列如 ServerNameA ServerNameB ServerNameC" />
<input type="text" class="form-control" v-model="allowedServer"
placeholder="默认空,列如 ServerNameA ServerNameB ServerNameC" />
</div>
</div>
</div>
@ -99,5 +100,5 @@
viewModel.allowedServer = viewModel.allowedServer.toString().replace(/,/gim, " ");
});
MI.rListener("onend", function () {});
</script>
MI.rListener("onend", function () { });
</script>