|
@ -15,7 +15,7 @@ const mobile = computed(() => appStore.getMobile) |
|
|
const attrs = useAttrs() |
|
|
const attrs = useAttrs() |
|
|
|
|
|
|
|
|
const slots = useSlots() |
|
|
const slots = useSlots() |
|
|
const height = ref('200px') |
|
|
const height = ref('83px') |
|
|
const isShow = ref(false) |
|
|
const isShow = ref(false) |
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -73,7 +73,7 @@ const toggleClick = () => { |
|
|
} |
|
|
} |
|
|
const showAll = () =>{ |
|
|
const showAll = () =>{ |
|
|
if(isShow.value){ |
|
|
if(isShow.value){ |
|
|
height.value ='200px' |
|
|
height.value ='83px' |
|
|
}else{ |
|
|
}else{ |
|
|
height.value ='auto' |
|
|
height.value ='auto' |
|
|
} |
|
|
} |
|
|