mirror of
https://github.com/Buriburizaem0n/nezha_domains.git
synced 2026-02-04 20:50:06 +00:00
💄 UI: 前端优化调整
This commit is contained in:
6
resource/template/component/server.html
vendored
6
resource/template/component/server.html
vendored
@@ -5,7 +5,7 @@
|
||||
<form id="serverForm" class="ui form">
|
||||
<input type="hidden" name="id">
|
||||
<div class="field">
|
||||
<label>备注</label>
|
||||
<label>名称</label>
|
||||
<input type="text" name="name" placeholder="爱因斯坦-光速1号">
|
||||
</div>
|
||||
<div class="field">
|
||||
@@ -13,7 +13,7 @@
|
||||
<input type="text" name="Tag" placeholder="服务器分组">
|
||||
</div>
|
||||
<div class="field">
|
||||
<label>展示权重</label>
|
||||
<label>排序</label>
|
||||
<input type="number" name="DisplayIndex" placeholder="越大越靠前">
|
||||
</div>
|
||||
<div class="secret field">
|
||||
@@ -21,7 +21,7 @@
|
||||
<input type="text" name="secret">
|
||||
</div>
|
||||
<div class="field">
|
||||
<label>隐藏备注</label>
|
||||
<label>备注</label>
|
||||
<textarea name="Note"></textarea>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user