MadCcc

Results 444 comments of MadCcc

> APITable 是要实现什么样的功能?有需求吗? > > > APITable,可以试下用 antd 的 table 装下 就是替换组件页的 API 表格,现在是单纯的 gfm 解析出来的 html 加上样式,在 dumi 中用 builtin 和 rehype 把数据放到 antd 的 Table 里,可以利用 Table 的内置功能,比现在的体验会好很多。

Hash is generated by version and tokens, and is important for local style. We have reduced hash class in components, though it is still needed once at least in single...

Check the component style in 5.0, you could find that we use hash class in selector to specify themes. If there's no hash class, all styles of different themes will...

Fixed in https://github.com/ant-design/ant-design/pull/45140 ![image](https://github.com/ant-design/ant-design/assets/27722486/811d4d85-6534-4ca8-95e9-d2d7088ad3df)

> 那这个呢 count 支持自定义计算长度的,可以配合三方库使用

点击之后元素缩小,没有触发 mouseLeave 事件

> 大佬,当时为什么又把antd的类组件改成函数组件呀, 可以看一下 https://reactjs.org/docs/hooks-intro.html ,总的来说函数式组件更符合 react 发展的趋势。

直接来 next 分支改吧~

没有试出来,给个录屏看看?

> * [ ] DatePicker 和 Button 的样式是不是也有点问题。 > > 这个是因为现在背景色计算有问题