mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-23 21:36:37 +08:00
优化代码
This commit is contained in:
parent
1ae48e122b
commit
05d3672bb6
@ -31,10 +31,12 @@
|
||||
</label>
|
||||
<div class="col-sm-8">
|
||||
<input v-model="item.settingValue" type="text"
|
||||
:placeholder="item.remark"
|
||||
:placeholder="'必填,请输入'+item.settingName"
|
||||
class="form-control">
|
||||
<div class="margin-top-xs">说明:{{item.remark}}</div>
|
||||
</div>
|
||||
</div>
|
||||
<div> 温馨提示:填写前后不要有空格</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user