样式小优化

This commit is contained in:
2025-05-29 18:17:14 +08:00
parent b92d87a3b4
commit b32e055c7f
4 changed files with 16 additions and 7 deletions
@@ -36,7 +36,7 @@ export function SearchResultHeader({
</button>
</div>
<select
className="px-3 py-2 border border-gray-200 rounded-lg text-sm"
className="px-3 py-3 border border-gray-200 rounded-lg text-sm"
value={sortBy}
onChange={(e) => onSortChange(e.target.value)}
>