Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

Commit

Permalink
fix: Modal close icon can not click
Browse files Browse the repository at this point in the history
Signed-off-by: zhanghuan <zhang.huan@xsky.com>
  • Loading branch information
xskyAlex committed Sep 19, 2022
1 parent dd861ae commit d914ecf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/components/Modal/style.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
.Modal {
.modal-header{
.close {
// 添加定位属性,让 close 的 icon 在 drag-handle上层
position: relative;
}
}
.modal-body {
padding: 24px 50px 0 50px;
}
Expand Down

0 comments on commit d914ecf

Please sign in to comment.