mirror of https://github.com/fantasticit/think.git
client: add menu width
parent
a29baf7e2a
commit
1f2b4819d8
|
@ -79,7 +79,7 @@ export const DocumentActions: React.FC<IProps> = ({
|
|||
visible={popoverVisible}
|
||||
onVisibleChange={wrapOnVisibleChange}
|
||||
content={
|
||||
<Dropdown.Menu>
|
||||
<Dropdown.Menu style={{ width: 112 }}>
|
||||
{showCreateDocument && (
|
||||
<Dropdown.Item onClick={create}>
|
||||
<Text>
|
||||
|
|
Loading…
Reference in New Issue