fix: add styling to pagination dropdown options (#222)

```release-note
添加底部分页选择的背景颜色。
```
This commit is contained in:
Anye
2024-11-21 12:28:09 +08:00
committed by GitHub
parent 8a015f14ec
commit df35d55c4f

View File

@@ -14,6 +14,7 @@
th:selected="${i == page}"
th:value="${i}"
th:text="|${i} / ${totalPages}|"
class="bg-white text-gray-900 dark:bg-slate-700 dark:text-slate-50"
></option>
</select>
<a