修复种子列表搜索排序

Change-Id: I8dc1cdcb3774c067114bdfbf422baee231028974
diff --git a/src/pages/SeedList/SeedList.css b/src/pages/SeedList/SeedList.css
index cdbf651..a850dfd 100644
--- a/src/pages/SeedList/SeedList.css
+++ b/src/pages/SeedList/SeedList.css
@@ -216,4 +216,8 @@
   border-radius: 8px;
   margin-bottom: 12px;
   box-shadow: 0 4px 12px rgb(107 79 59 / 0.2);
-}
\ No newline at end of file
+}
+a {
+    color: inherit; /* 使用父元素颜色 */
+    text-decoration: none; /* 去掉下划线 */
+}