b2nil / taro-ui-vue3

采用 Vue 3.0 重写的 Taro UI 组件库
https://b2nil.github.io/taro-ui-vue3/
MIT License
160 stars 51 forks source link

虚拟列表无法像手风琴一样直接在列表里显示详情吗 #70

Closed liov closed 3 years ago

liov commented 3 years ago

问题描述

直接加个手风琴组件会破坏整体样式

版本信息

v1.0.0-alpha.8

涉及的平台

h5

错误信息

// error message here

代码

// code here
b2nil commented 3 years ago

可以显示啊,default slot 的内容可以自定义,但是目前虚拟列表的单项高度只支持固定高度。

liov commented 3 years ago

可以显示啊,default slot 的内容可以自定义,但是目前虚拟列表的单项高度只支持固定高度。

就是固定高度影响的,以后会支持自适应吗

b2nil commented 3 years ago

后面会支持可变高度,但具体时间不能确定。

b2nil commented 3 years ago

先关闭了,后续有问题再开新 issue