feat: 移动端兼容优化

This commit is contained in:
Gsh
2026-01-03 22:18:19 +08:00
parent 0147457329
commit 63aa8d9536
3 changed files with 6 additions and 2 deletions

View File

@@ -92,7 +92,7 @@ window.addEventListener('resize', checkIsMobile);
<div class="content-main">
<div v-if="isMobile" class="content-header">
<div class="mobile-toggle" @click="isCollapsed = false">
<el-icon><i-ep-expand /></el-icon>
<el-icon><Expand /></el-icon>
<span>AI应用</span>
</div>
</div>

View File

@@ -171,7 +171,7 @@ window.addEventListener('resize', checkIsMobile);
justify-content: space-between;
min-height: 70px;
box-sizing: border-box;
background: none;
background: #FFF;
}
.nav-title {