mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-24 15:43:24 +08:00
修改列表页更多菜单弹窗
This commit is contained in:
parent
dc44ce6b1a
commit
ce22cad5b2
|
@ -665,7 +665,6 @@ const Crontab = () => {
|
||||||
index: number;
|
index: number;
|
||||||
}> = ({ record, index }) => (
|
}> = ({ record, index }) => (
|
||||||
<Dropdown
|
<Dropdown
|
||||||
arrow={{ pointAtCenter: true }}
|
|
||||||
placement="bottomRight"
|
placement="bottomRight"
|
||||||
trigger={['click']}
|
trigger={['click']}
|
||||||
menu={{
|
menu={{
|
||||||
|
|
|
@ -416,7 +416,6 @@ const Subscription = () => {
|
||||||
index: number;
|
index: number;
|
||||||
}> = ({ record, index }) => (
|
}> = ({ record, index }) => (
|
||||||
<Dropdown
|
<Dropdown
|
||||||
arrow={{ pointAtCenter: true }}
|
|
||||||
placement="bottomRight"
|
placement="bottomRight"
|
||||||
trigger={['click']}
|
trigger={['click']}
|
||||||
menu={{
|
menu={{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user