mirror of
https://github.com/halo-dev/theme-earth.git
synced 2025-10-14 06:21:09 +00:00
fix: add styling to pagination dropdown options (#222)
```release-note 添加底部分页选择的背景颜色。 ```
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user