MadCcc

Results 444 comments of MadCcc

Well, it's an issue about default background of Layout, which should be a design issue. We will take this into consideration

We would extend Calendar to support your demand instead of an `inline` DatePicker. Maybe the boundary of DatePicker and Calendar should be explicted. cc @arvinxx

This element is covered by `::before` of `` tag, which is used for extending click area of `` in Menu.Item

Ref change will not trigger rerender, and this effect may not work. Any other idea?

antd 的样式有缓存,同一个组件不会多次生成样式。试试为 shadow dom 的组件每次都创建一个新 cache。 ``` ```

当前我们使用 `querySelector` 来查询子节点,`key` 中避免使用 `"` 可以解决这个问题。