野迂迂

Results 28 issues of 野迂迂

I have to listen the container's rect changed, and get the hover state. I get this code: ```js const [ref, rect] = useMeasure(); const isHovering = useHoverDirty(ref); // No ```...

在切换分页的时候,重置 total 属性会导致 Pagination 组件的分页发生抖动 ![2024-04-26 01-05-24 2024-04-26 01_05_50](https://github.com/DTStack/dt-react-component/assets/18719701/64ad3969-8739-4721-9720-e3ea59851766) https://github.com/DTStack/dt-react-component/blob/d01a7b1c6e57d603f93c18e6df32a2704b9e1c2c/src/useList/index.ts#L64-L68

bug

# 简介 - 优化当前 Modal 的默认 size 的宽度 - 修复 Modal 最大滚动高度为 600px 的问题 # Changes 由于项目内部引用了 theme,会去修改 font-base-size,导致 Modal 的 header 和 footer 的高度并不是正常高度,所以这里没办法通过写死高度来计算 body 的高度。目前通过 Flex 的自适应来达到限制最大高度 600px...

I could find JSDoc node from ast. But when I can't get it by getJsDoc. https://ts-ast-viewer.com/#code/PQKhCgAIUgVALAlgZ0iyAXApsjUTDhYAeADgPYBOGkAxuQHa6Y40C8kA3lJL6BL0EwE6dAEMeQwoMhiAXJACMAGkmR+a6HCSp0AI00E1ehQCZVAXwDc4IA ```js if (Node.isPropertyAssignment(node)) { const jsDoc = node .getJsDocs() .map((doc) => doc.getCommentText()) .join('\n'); //...

```css line-height: calc(15px / ${factor} - 2px); padding: 0 calc(3.3333333px / ${factor} - 1px); ```

# intro rc-menu lost .d.ts for `PathContext.d.ts` # Related - version: 9.14.1 ![image](https://github.com/user-attachments/assets/82341eb8-af99-411f-81b4-9a69f0a8f0e5)

### What problem does this feature solve? - echarts: 5.5.1 I found the pie chart only support `item` tooltip. But if i got a nest pie chart, and i wanted...

new-feature
pending
en