fix 1080
This commit is contained in:
@@ -156,7 +156,7 @@ const useScreenStore = defineStore('screen', () => {
|
|||||||
|
|
||||||
|
|
||||||
const isWideScreen = computed(() => {
|
const isWideScreen = computed(() => {
|
||||||
return screenWidth.value > 1080;
|
return screenWidth.value >= 1080;
|
||||||
});
|
});
|
||||||
|
|
||||||
// 添加屏幕分类的计算属性
|
// 添加屏幕分类的计算属性
|
||||||
|
|||||||
Reference in New Issue
Block a user