dev
This commit is contained in:
parent
5eb1ddfa8d
commit
d9ed6c04c3
|
|
@ -183,6 +183,13 @@ header {
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* 响应式设计 */
|
||||||
|
@media (max-width: 1630px) {
|
||||||
|
.logo span {
|
||||||
|
display: none; // 隐藏文字
|
||||||
|
}
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import {useRouter} from 'vue-router'
|
import {useRouter} from 'vue-router'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue