This commit is contained in:
2025-12-15 15:20:44 +08:00
parent 330eec226f
commit cb9f626788

View File

@@ -156,7 +156,7 @@ const useScreenStore = defineStore('screen', () => {
const isWideScreen = computed(() => {
return screenWidth.value > 1080;
return screenWidth.value >= 1080;
});
// 添加屏幕分类的计算属性