创建移动导航栏页面
This commit is contained in:
parent
305a83d6e9
commit
1dc5b0cb73
23
src/components/Tools/MobileToolbar.vue
Normal file
23
src/components/Tools/MobileToolbar.vue
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
<template>
|
||||||
|
<div id="mobilebarroot"></div>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
export default {
|
||||||
|
name: "MobileToolbar"
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style scoped lang="scss">
|
||||||
|
@import "node_modules/bootstrap/scss/_functions.scss";
|
||||||
|
@import "node_modules/bootstrap/scss/_variables.scss";
|
||||||
|
@import "node_modules/bootstrap/scss/_mixins.scss";
|
||||||
|
|
||||||
|
#mobilebarroot{
|
||||||
|
background-color: black;
|
||||||
|
@include media-breakpoint-between(xs, md) {
|
||||||
|
}
|
||||||
|
@include media-breakpoint-up(md) {
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</style>
|
||||||
Loading…
x
Reference in New Issue
Block a user