|
@ -39,7 +39,7 @@ const fixedMenu = computed(() => appStore.getFixedMenu) |
|
|
// 搜索图片
|
|
|
// 搜索图片
|
|
|
const search = computed(() => appStore.search) |
|
|
const search = computed(() => appStore.search) |
|
|
const scrollBarHeight = computed(() => { |
|
|
const scrollBarHeight = computed(() => { |
|
|
return (window.innerHeight - appStore.getCategoryMenuHeight - 85)+'px' |
|
|
return (window.innerHeight - appStore.getCategoryMenuHeight - 35)+'px' |
|
|
}) |
|
|
}) |
|
|
|
|
|
|
|
|
export const useRenderLayout = () => { |
|
|
export const useRenderLayout = () => { |
|
|