feat:图片增加亮度

new-v20240713
wangxy 9 months ago
parent 926c4f72e3
commit ae04bc4561

@ -89,6 +89,15 @@
</div>
</div>
</div>
<div class="form-group">
<label class="col-sm-3 control-label" >栏目悬浮状态:<i class="fa fa-question-circle-o"></i></label>
<div class="col-sm-3">
<div class="radio-box" th:each="dict : ${@dict.getType('sys_show_hide')}">
<input type="radio" th:id="${dict.dictCode}" name="remark" th:value="${dict.dictValue}" th:checked="${dict.default}">
<label th:for="${dict.dictCode}" th:text="${dict.dictLabel}"></label>
</div>
</div>
</div>
</form>
</div>
<th:block th:include="include :: footer" />

@ -91,6 +91,15 @@
</div>
</div>
</div>
<div class="form-group">
<label class="col-sm-3 control-label">栏目悬浮状态:<i class="fa fa-question-circle-o"></i></label>
<div class="col-sm-3">
<div class="radio-box" th:each="dict : ${@dict.getType('sys_show_hide')}">
<input type="radio" th:id="${dict.dictCode}" name="remark" th:value="${dict.dictValue}" th:field="*{remark}">
<label th:for="${dict.dictCode}" th:text="${dict.dictLabel}"></label>
</div>
</div>
</div>
</form>
</div>
<th:block th:include="include :: footer" />

Loading…
Cancel
Save