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(() => { + - - - + @@ -33,7 +28,7 @@ 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(); - - + + + import ExamplesContent from './ExamplesContent.vue'; +import { useBootstrapBreakpoint } from './useBreakpoint.js'; // 假设 useBreakpoint.js 路径正确 +const { breakpoint } = useBootstrapBreakpoint(); - - + + + + - - + + +