This commit is contained in:
ChenQiuYu 2025-05-12 13:38:14 +08:00
parent 5eb1ddfa8d
commit d9ed6c04c3
1 changed files with 7 additions and 0 deletions

View File

@ -183,6 +183,13 @@ header {
color: #FFFFFF;
font-style: normal;
}
/* 响应式设计 */
@media (max-width: 1630px) {
.logo span {
display: none; //
}
}
</style>
<script setup lang="ts">
import {useRouter} from 'vue-router'