From 3be21b4e03ea5430275a7797bd046eadb87d9a5c Mon Sep 17 00:00:00 2001 From: luoxiao Date: Thu, 21 Sep 2023 22:32:20 +0800 Subject: [PATCH] feat: mobile demo --- gh-pages/src/app.rs | 6 ++-- gh-pages/src/components/site_header.rs | 2 +- gh-pages/src/pages/mobile.rs | 4 +-- gh-pages/src/pages/tabbar/mod.rs | 41 ++++++++++++++++++++++++++ 4 files changed, 46 insertions(+), 7 deletions(-) diff --git a/gh-pages/src/app.rs b/gh-pages/src/app.rs index fe249f7..633f0e5 100644 --- a/gh-pages/src/app.rs +++ b/gh-pages/src/app.rs @@ -11,9 +11,7 @@ pub fn App() -> impl IntoView { - - } /> + } /> @@ -28,7 +26,7 @@ pub fn App() -> impl IntoView { - + diff --git a/gh-pages/src/components/site_header.rs b/gh-pages/src/components/site_header.rs index e94e22d..b4e9517 100644 --- a/gh-pages/src/components/site_header.rs +++ b/gh-pages/src/components/site_header.rs @@ -6,7 +6,7 @@ use melt_ui::*; pub fn SiteHeader() -> impl IntoView { view! { impl IntoView { view! { -
-