From ad1236faa8f1dee3f0e7715e0b9d77d7977b8a9e Mon Sep 17 00:00:00 2001 From: arcHarico Date: Wed, 7 Feb 2024 14:07:22 +0800 Subject: [PATCH] feat: BangumiResult.vue: Typesetting revision and other optimizations; delete CardDescription(no need) --- components/BangumiResult.vue | 62 ++++++++++---------------- components/ui/card/CardContent.vue | 2 +- components/ui/card/CardDescription.vue | 14 ------ components/ui/card/CardHeader.vue | 2 +- components/ui/card/index.ts | 1 - 5 files changed, 26 insertions(+), 55 deletions(-) delete mode 100644 components/ui/card/CardDescription.vue diff --git a/components/BangumiResult.vue b/components/BangumiResult.vue index 682e4e8..c8a3bad 100644 --- a/components/BangumiResult.vue +++ b/components/BangumiResult.vue @@ -1,7 +1,7 @@