Skip to content

Commit

Permalink
fix(modal): 修复dialog的个第一个icon和其他的不对齐#1300
Browse files Browse the repository at this point in the history
  • Loading branch information
handsomezyw authored and kagol committed Sep 5, 2022
1 parent 71768d3 commit 9bf02df
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/devui-vue/devui/modal/src/modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,14 @@
align-items: center;

&-icon {
display: inline-block;
display: flex;
align-items: center;
justify-content: center;
vertical-align: middle;
margin-right: 8px;
width: 24px;
height: 24px;
line-height: 16px;
text-align: center;
}

&-text {
Expand Down

0 comments on commit 9bf02df

Please sign in to comment.