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}
|
visible={popoverVisible}
|
||||||
onVisibleChange={wrapOnVisibleChange}
|
onVisibleChange={wrapOnVisibleChange}
|
||||||
content={
|
content={
|
||||||
<Dropdown.Menu>
|
<Dropdown.Menu style={{ width: 112 }}>
|
||||||
{showCreateDocument && (
|
{showCreateDocument && (
|
||||||
<Dropdown.Item onClick={create}>
|
<Dropdown.Item onClick={create}>
|
||||||
<Text>
|
<Text>
|
||||||
|
|
Loading…
Reference in New Issue