Merge branch 'main' of ssh://git.jizhiweb.cn:2222/clinic-v2/web

This commit is contained in:
LiJianZhao 2025-05-12 13:38:36 +08:00
commit 44e929cfda
1 changed files with 7 additions and 0 deletions

View File

@ -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'