From 565549fd30c7495dd3afec6bac0461d43c2b891d Mon Sep 17 00:00:00 2001 From: zhcnyuyang Date: Sat, 24 May 2025 01:48:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B9=E9=99=A4=E8=A1=8C=E4=B8=9A=E6=A1=88?= =?UTF-8?q?=E4=BE=8B=E8=A7=86=E9=A2=91=E6=97=A0=E6=B3=95=E6=92=AD=E6=94=BE?= =?UTF-8?q?=E9=97=AE=E9=A2=98=EF=BC=8C=E9=A1=BA=E4=BE=BF=E8=AE=A9=E5=A4=87?= =?UTF-8?q?=E6=A1=88=E5=8F=B7=E6=9C=80=E5=90=8E=E5=8A=A0=E8=BD=BD=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 20 ++++++++++++-------- src/components/Aboutus.vue | 8 ++++---- src/components/Examples.vue | 21 ++++++++++++--------- src/components/Homepage.vue | 10 ++++------ 4 files changed, 32 insertions(+), 27 deletions(-) diff --git a/src/App.vue b/src/App.vue index 5d3f61a..f51ddbd 100644 --- a/src/App.vue +++ b/src/App.vue @@ -17,15 +17,10 @@ router.isReady().then(() => { @@ -42,6 +37,15 @@ router.isReady().then(() => { @import "node_modules/bootstrap/scss/_functions.scss"; @import "node_modules/bootstrap/scss/_variables.scss"; @import "node_modules/bootstrap/scss/_mixins.scss"; +#androidblackbar{ + background-color: black; + @include media-breakpoint-between(xs, md) { + height:70px; + } + @include media-breakpoint-up(md){ + height: 95.17px; + } +} #contentPane{ display: flex; diff --git a/src/components/Aboutus.vue b/src/components/Aboutus.vue index d09a944..a59d9eb 100644 --- a/src/components/Aboutus.vue +++ b/src/components/Aboutus.vue @@ -7,10 +7,10 @@ const { breakpoint } = useBootstrapBreakpoint();