ColdLight

Results 15 comments of ColdLight

display: flex align-items: center justify-content: center line-height: normal 这么写是OK的

you can learn some chinese , it's amazing ,haha

https://ant.design/components/dropdown-cn/#API 类似antd中dropdown组件提供的`getPopupContainer`方法。 就是这个右键菜单相对某一块区域定位

> Are the items filled with the first screen? This component will trigger infinite event continuously until the scroll container display scroll bar. @PeachScript this behavior can cause unexpected action....

@PeachScript thanks for the explain. i understand. just do as you said. i think you can add this explain to the document

@jerryni 按源码的话你讲的对,同理后面加key的方案也不会有第4步移动c的操作

el-select set multiple remote attribute, when you focus it, the focus event trigger, it's ok ,**_but the blur event is also trigger,_** i think it's **_a bug_**

**enable the pasting of HTML with inline CSS at all**. is it can be a feature in config to open it ? some scene we need this feature

`ReactDOMComponent.prototype.mountComponent`中`delegate`方法第二个参数`eventType + '.' + this._rootNodeID`为什么要加`this._rootNodeID`, 直接事件类型放在那不就行了吗?