王叨叨

Results 65 comments of 王叨叨

请问下,我书籍手动同步的时候,列表是空的,一直都是空的。

修改了一下,暂时不支持懒加载:https://uxd.netlify.app/#/component/table#duo-xuan

> 十分感谢 请问能看提供下源码吗 抱歉,表格源码改动太多,我得花时间找下之前的修改记录了,记得当时改了表格里面的store什么…

`packages\input\src\calcTextareaHeight.js`这里计算有问题,可以参考下https://github.com/andreypopp/react-textarea-autosize/ 试着修改了一下,可以测试下:https://uxd.netlify.app/#/component/input#ke-zi-gua-ying-wen-ben-gao-du-de-wen-ben-yu

试了一下,区间情况应该没有考虑。

> 都有哪些区间呢? 可以试试,https://element.eleme.io/#/zh-CN/component/date-picker#xuan-ze-ri-qi-fan-wei

看了下源码,因为`instance.$mount();`挂载后DOM还是隐藏,导致后面计算`item.$el.offsetHeight`为0。一种使用`patch-package`自己手动修复`packages\message\src\main.js`获取高度的问题,另一种是整体加了延迟修复。