Compare commits

...

2 Commits

Author SHA1 Message Date
zhcnyuyang
e10c9f3a4c 存档 2025-05-02 21:40:15 +08:00
zhcnyuyang
6fa9f00f48 更改文件名拼写错误 2025-05-02 21:39:50 +08:00
3 changed files with 9 additions and 4 deletions

View File

Before

Width:  |  Height:  |  Size: 191 B

After

Width:  |  Height:  |  Size: 191 B

View File

@ -1,5 +1,10 @@
<script setup>
import MobileToolbar from "@/components/Tools/MobileToolbar.vue";
</script>
<template> <template>
<div id="toproot"> <div id="toproot">
<MobileToolbar></MobileToolbar>
<div id="topbar"> <div id="topbar">
<a href="/"> <a href="/">
<img <img
@ -13,10 +18,10 @@
referrerpolicy="no-referrer" referrerpolicy="no-referrer"
src="/topcode.png"/> src="/topcode.png"/>
<img <img
id="webmenubutton" id="wepmenubutton"
class="label_1" class="label_1"
referrerpolicy="no-referrer" referrerpolicy="no-referrer"
src="/waptoptoolbarbuttom.png"/> src="/waptoptoolbarbutton.png.png"/>
<span id="rightcontent"> <span id="rightcontent">
<span class="toptext" id="hyal"> <span class="toptext" id="hyal">
<a href="/Examples" <a href="/Examples"
@ -180,7 +185,7 @@ export default {
} }
} }
#webmenubutton #wepmenubutton
{ {
float: right; float: right;
@include media-breakpoint-between(xs, md) { @include media-breakpoint-between(xs, md) {

View File

@ -1,5 +1,5 @@
<script setup> <script setup>
import FooterContent from './Tools/FooterContent.vue' import FooterContent from './FooterContent.vue'
</script> </script>
<template> <template>