diff --git a/src/app/fishpond/page.tsx b/src/app/fishpond/page.tsx index da66cbb..b4f72ea 100644 --- a/src/app/fishpond/page.tsx +++ b/src/app/fishpond/page.tsx @@ -96,7 +96,7 @@ export default function FishpondPage() { > {rssData.map((item, index) => { return ( -
+
diff --git a/src/components/Sidebar/HotArticle/index.scss b/src/components/Sidebar/HotArticle/index.scss deleted file mode 100755 index 64de649..0000000 --- a/src/components/Sidebar/HotArticle/index.scss +++ /dev/null @@ -1,3 +0,0 @@ -.hotArticleComponent { - -} \ No newline at end of file diff --git a/src/components/Sidebar/HotArticle/index.tsx b/src/components/Sidebar/HotArticle/index.tsx index 786a879..f796734 100755 --- a/src/components/Sidebar/HotArticle/index.tsx +++ b/src/components/Sidebar/HotArticle/index.tsx @@ -4,7 +4,6 @@ import { getWebConfigDataAPI } from '@/api/config' import { getArticleListAPI } from '@/api/article'; import { IoIosArrowForward } from "react-icons/io"; import fire from '@/assets/svg/other/fire.svg'; -import "./index.scss"; import { Theme } from '@/types/app/config'; import { Article } from '@/types/app/article';