Commit 14b1413aa15fe1c82f99f60750c857d99aa550ca

Authored by 梁灏
1 parent eb9e2bd1

update Card head style

Showing 1 changed file with 3 additions and 0 deletions   Show diff stats
src/styles/mixins/content.less
... ... @@ -19,6 +19,9 @@
19 19 text-overflow: ellipsis;
20 20 white-space: nowrap;
21 21 }
  22 + p i{
  23 + vertical-align: middle;
  24 + }
22 25 }
23 26  
24 27 .content-close(@top: 0, @icon-font-size: 22px) {
... ...