perf: 当浏览器窗口的可视区域小于或等于1280时隐藏页宽

This commit is contained in:
xiaoxian521
2024-03-23 08:19:37 +08:00
parent 97f167825d
commit 51ef3647fc
4 changed files with 18 additions and 2 deletions

View File

@@ -387,7 +387,7 @@ onUnmounted(() => removeMatchMedia);
</li>
</ul>
<span v-if="device !== 'mobile'">
<span v-if="useAppStoreHook().getViewportWidth > 1280">
<p :class="['mt-5', pClass]">页宽</p>
<Segmented
class="mb-2 select-none"