e21eb650 by “miaofang

--no commit message

1 parent 81dc0974
...@@ -152,9 +152,11 @@ ...@@ -152,9 +152,11 @@
152 } 152 }
153 153
154 .iconName { 154 .iconName {
155 line-height: 24px; 155 height: 10px;
156 text-align: center;
157 line-height: 15px;
156 font-size: 12px; 158 font-size: 12px;
157 width: 100px; 159 width: 70px;
158 // white-space: nowrap; 160 // white-space: nowrap;
159 } 161 }
160 162
......
...@@ -152,6 +152,7 @@ ...@@ -152,6 +152,7 @@
152 } 152 }
153 153
154 .iconName { 154 .iconName {
155 height: 10px;
155 text-align: center; 156 text-align: center;
156 line-height: 15px; 157 line-height: 15px;
157 font-size: 12px; 158 font-size: 12px;
......