-
-
Notifications
You must be signed in to change notification settings - Fork 53.5k
Closed
Labels
good first issuehelp wantedThe suggestion or request has been accepted, we need you to help us by sending a pull request.The suggestion or request has been accepted, we need you to help us by sending a pull request.
Description
Reproduction link
https://ant.design/components/modal-cn/#header
Steps to reproduce
- 点击 Open Modal 按钮
- 出现 Modal 对话框
What is expected?
默认的 Modal Title 右侧关闭按钮在容器里面是上下居中的。
What is actually happening?
默认的 Modal Title 右侧关闭按钮在容器里面是上下不居中的。
Environment | Info |
---|---|
antd | 4.21.4 |
React | 18.1.0 |
System | MacOS |
Browser | Chrome |
Modal Title 容器的默认高度是 54px(22px 2*16px),底边框 1px。但是默认的 Modal Title 右侧关闭按钮的高度是 56px,这样看的话,关闭按钮不是上下居中的。
应该可以将 Modal Title 的行高改成 24px 或者把关闭按钮的高度改成 54px,这样就都居中了。
Metadata
Metadata
Assignees
Labels
good first issuehelp wantedThe suggestion or request has been accepted, we need you to help us by sending a pull request.The suggestion or request has been accepted, we need you to help us by sending a pull request.