mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-02 12:08:13 +08:00
commit
5d99967544
@ -84,7 +84,7 @@ export class PopOverContainer extends React.Component<
|
||||
className={popOverClassName}
|
||||
style={{
|
||||
minWidth: this.target
|
||||
? Math.max(this.target.offsetWidth().width, 100)
|
||||
? Math.max(this.target.offsetWidth, 100)
|
||||
: 'auto'
|
||||
}}
|
||||
onHide={this.close}
|
||||
|
Loading…
Reference in New Issue
Block a user