From e471358c7fe94d112dd25749cbd5e61f93160fe8 Mon Sep 17 00:00:00 2001 From: zernonia Date: Tue, 21 Nov 2023 16:39:53 +0800 Subject: [PATCH] chore: wip --- .../.vitepress/theme/layout/MainLayout.vue | 10 ++-- .../dashboard/components/Overview.vue | 50 +------------------ .../new-york/ui/chart-bar/BarChart.vue | 23 ++------- .../new-york/ui/chart/ChartTooltip.vue | 11 ++++ 4 files changed, 24 insertions(+), 70 deletions(-) diff --git a/apps/www/.vitepress/theme/layout/MainLayout.vue b/apps/www/.vitepress/theme/layout/MainLayout.vue index 49153ecb..ea7f3697 100644 --- a/apps/www/.vitepress/theme/layout/MainLayout.vue +++ b/apps/www/.vitepress/theme/layout/MainLayout.vue @@ -128,20 +128,22 @@ watch(() => $route.path, (n) => { :key="link.name" as="a" :href="link.href" target="_blank" - :variant="'ghost'" :size="'icon'" + :variant="'ghost'" + :size="'sm'" > - + diff --git a/apps/www/src/examples/dashboard/components/Overview.vue b/apps/www/src/examples/dashboard/components/Overview.vue index e5653a0d..cc2f4a6e 100644 --- a/apps/www/src/examples/dashboard/components/Overview.vue +++ b/apps/www/src/examples/dashboard/components/Overview.vue @@ -1,8 +1,6 @@ diff --git a/apps/www/src/lib/registry/new-york/ui/chart-bar/BarChart.vue b/apps/www/src/lib/registry/new-york/ui/chart-bar/BarChart.vue index ac644331..fa2526f6 100644 --- a/apps/www/src/lib/registry/new-york/ui/chart-bar/BarChart.vue +++ b/apps/www/src/lib/registry/new-york/ui/chart-bar/BarChart.vue @@ -1,4 +1,4 @@ -