存档
This commit is contained in:
parent
6fa9f00f48
commit
e10c9f3a4c
@ -1,5 +1,10 @@
|
||||
<script setup>
|
||||
import MobileToolbar from "@/components/Tools/MobileToolbar.vue";
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div id="toproot">
|
||||
<MobileToolbar></MobileToolbar>
|
||||
<div id="topbar">
|
||||
<a href="/">
|
||||
<img
|
||||
@ -13,10 +18,10 @@
|
||||
referrerpolicy="no-referrer"
|
||||
src="/topcode.png"/>
|
||||
<img
|
||||
id="webmenubutton"
|
||||
id="wepmenubutton"
|
||||
class="label_1"
|
||||
referrerpolicy="no-referrer"
|
||||
src="/waptoptoolbarbuttom.png"/>
|
||||
src="/waptoptoolbarbutton.png.png"/>
|
||||
<span id="rightcontent">
|
||||
<span class="toptext" id="hyal">
|
||||
<a href="/Examples"
|
||||
@ -180,7 +185,7 @@ export default {
|
||||
}
|
||||
}
|
||||
|
||||
#webmenubutton
|
||||
#wepmenubutton
|
||||
{
|
||||
float: right;
|
||||
@include media-breakpoint-between(xs, md) {
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<script setup>
|
||||
import FooterContent from './Tools/FooterContent.vue'
|
||||
import FooterContent from './FooterContent.vue'
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user