From de367c1b34a3e9ce9116cde402367fe39880a11b Mon Sep 17 00:00:00 2001 From: zernonia Date: Tue, 5 Sep 2023 14:46:21 +0800 Subject: [PATCH] feat: landnig page, fix styling --- .../theme/components/LandingPage.vue | 90 ++++++----- .../.vitepress/theme/layout/DocsLayout.vue | 144 +++++++++--------- .../.vitepress/theme/layout/MainLayout.vue | 16 +- .../examples/dashboard/components/UserNav.vue | 2 +- 4 files changed, 126 insertions(+), 126 deletions(-) diff --git a/apps/www/.vitepress/theme/components/LandingPage.vue b/apps/www/.vitepress/theme/components/LandingPage.vue index 4b3e80f9..4dc23fe9 100644 --- a/apps/www/.vitepress/theme/components/LandingPage.vue +++ b/apps/www/.vitepress/theme/components/LandingPage.vue @@ -12,46 +12,45 @@ import DashboardExample from '@/examples/dashboard/Example.vue' diff --git a/apps/www/.vitepress/theme/layout/DocsLayout.vue b/apps/www/.vitepress/theme/layout/DocsLayout.vue index 6470fe22..85891b91 100644 --- a/apps/www/.vitepress/theme/layout/DocsLayout.vue +++ b/apps/www/.vitepress/theme/layout/DocsLayout.vue @@ -12,86 +12,88 @@ const { frontmatter } = useData() diff --git a/apps/www/.vitepress/theme/layout/MainLayout.vue b/apps/www/.vitepress/theme/layout/MainLayout.vue index ee9ca831..41b3def4 100644 --- a/apps/www/.vitepress/theme/layout/MainLayout.vue +++ b/apps/www/.vitepress/theme/layout/MainLayout.vue @@ -105,7 +105,7 @@ const links = [ -
+
@@ -115,16 +115,16 @@ const links = [ -
+
-