diff --git a/src/components/Descriptions/src/Descriptions.vue b/src/components/Descriptions/src/Descriptions.vue index 0c3cd20..03f57be 100644 --- a/src/components/Descriptions/src/Descriptions.vue +++ b/src/components/Descriptions/src/Descriptions.vue @@ -15,7 +15,7 @@ const mobile = computed(() => appStore.getMobile) const attrs = useAttrs() const slots = useSlots() -const height = ref('200px') +const height = ref('83px') const isShow = ref(false) @@ -73,7 +73,7 @@ const toggleClick = () => { } const showAll = () =>{ if(isShow.value){ - height.value ='200px' + height.value ='83px' }else{ height.value ='auto' }