fix(Grid): info、dot prop not work when use icon slot (#4902)

This commit is contained in:
neverland
2019-11-02 20:53:22 +08:00
committed by GitHub
parent dcd67a1da9
commit ce30cfa3a9
4 changed files with 60 additions and 12 deletions
+4
View File
@@ -48,6 +48,10 @@
font-size: @grid-item-icon-size;
}
&__icon-wrapper {
position: relative;
}
&__text {
color: @grid-item-text-color;
font-size: @grid-item-text-font-size;