活动管理-下拉框修改

This commit is contained in:
dy 2021-03-31 15:45:56 +08:00
parent 3ba6718adb
commit 4ff427f9fb
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
<!-- </li>-->
<li>
<label>抽奖结果:</label>
<select name="DRAWRESULT" th:with="type=${@dict.getType('drawResult')}" style="width: 80px">
<select name="DRAWRESULT" th:with="type=${@dict.getType('drawResult')}" style="width: 100px">
<option value="">所有</option>
<option th:each="dict : ${type}" th:text="${dict.dictLabel}"
th:value="${dict.dictValue}"></option>