Compare commits
2 Commits
ec47257684
...
e10c9f3a4c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e10c9f3a4c | ||
|
|
6fa9f00f48 |
|
Before Width: | Height: | Size: 191 B After Width: | Height: | Size: 191 B |
@ -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