Commit 16706b2eef5c56c4bac4c739febcc9b5291e5598

Authored by 梁灏
1 parent 3931a827

update Alert icon

src/styles/components/alert.less
... ... @@ -17,7 +17,7 @@
17 17 &-icon {
18 18 font-size: @font-size-large;
19 19 top: 8px;
20   - left: 16px;
  20 + left: 12px;
21 21 position: absolute;
22 22 }
23 23  
... ...
src/styles/mixins/content.less
... ... @@ -24,7 +24,7 @@
24 24 .content-close(@top: 0, @icon-font-size: 22px) {
25 25 font-size: @font-size-small;
26 26 position: absolute;
27   - right: 16px;
  27 + right: 8px;
28 28 top: 8px;
29 29 overflow: hidden;
30 30 cursor: pointer;
... ...