Skip to content

Commit

Permalink
Update field-edit.html
Browse files Browse the repository at this point in the history
  • Loading branch information
getrebuild committed Dec 27, 2024
1 parent 98d9c42 commit 40ed8d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/web/admin/metadata/field-edit.html
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ <h5>[[${bundle.L('常用')}]]</h5>
</div>
</div>
<div th:if="${fieldType == 'FILE'}" class="form-group row J_for-FILE bosskey-show">
<label class="col-md-12 col-xl-3 col-lg-4 col-form-label text-lg-right">[[${bundle.L('上传路径')}]]</label>
<label class="col-md-12 col-xl-3 col-lg-4 col-form-label text-lg-right">[[${bundle.L('上传目录')}]]</label>
<div class="col-md-12 col-xl-6 col-lg-8">
<input type="text" class="form-control form-control-sm" id="fileUpdir" th:placeholder="${bundle.L('默认')}" />
</div>
Expand Down

0 comments on commit 40ed8d1

Please sign in to comment.