commit | cbd5aac7366d97df2e89c34dd4b5044cfd574e71 | [log] [tgz] |
---|---|---|
author | 22301009 <22301009@bjtu.edu.cn> | Mon Jun 09 23:08:53 2025 +0800 |
committer | 22301009 <22301009@bjtu.edu.cn> | Mon Jun 09 23:08:53 2025 +0800 |
tree | 5b2448c03c59739055060507208f2425f51231f0 | |
parent | 207e2db23d653ecdd38bca3d83362af0616d375c [diff] [blame] |
修复种子列表搜索排序 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; /* 去掉下划线 */ +}