活动管理-添加修改页面布局修改

This commit is contained in:
dy 2021-04-14 17:20:30 +08:00
parent 1ffa141055
commit 2e993dbc8f
2 changed files with 2 additions and 2 deletions

View File

@ -320,7 +320,7 @@
</div> </div>
</div> </div>
<div id="step-2" class="tab-pane" role="tabpanel" aria-labelledby="step-2"> <div id="step-2" class="tab-pane" role="tabpanel" aria-labelledby="step-2">
<div style="height: 500px"> <div style="height: 600px">
<h4 class="form-header h4">第2步-选择UI模板</h4> <h4 class="form-header h4">第2步-选择UI模板</h4>
<div th:with="type=${@dict.getType('activityTemplate')}"> <div th:with="type=${@dict.getType('activityTemplate')}">
<a id="activityTemplate" th:if="${dict.dictValue} != '0'" class="btn btn-rounded" href="#" th:each="dict : ${type}" th:text="${dict.dictLabel}" <a id="activityTemplate" th:if="${dict.dictValue} != '0'" class="btn btn-rounded" href="#" th:each="dict : ${type}" th:text="${dict.dictLabel}"

View File

@ -320,7 +320,7 @@
</div> </div>
</div> </div>
<div id="step-2" class="tab-pane" role="tabpanel" aria-labelledby="step-2"> <div id="step-2" class="tab-pane" role="tabpanel" aria-labelledby="step-2">
<div style="height: 500px"> <div style="height: 600px">
<h4 class="form-header h4">第2步-选择UI模板</h4> <h4 class="form-header h4">第2步-选择UI模板</h4>
<div th:with="type=${@dict.getType('activityTemplate')}"> <div th:with="type=${@dict.getType('activityTemplate')}">