Skip to content

Commit 9115f93

Browse files
author
哈士奇-黄
authored
fix(Modal): 修复弹窗关闭按钮样式 (#918)
1 parent e102e6e commit 9115f93

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

packages/devui-vue/devui/modal/src/modal.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@
4444
color: $devui-icon-fill-active-hover;
4545
background-color: $devui-list-item-hover-bg;
4646
}
47+
& i {
48+
position: absolute;
49+
right: 0;
50+
top: 0;
51+
}
4752
}
4853
}
4954

0 commit comments

Comments
 (0)