Commit da72d478d75e3c21e99aeaf57e86c0fa5a705356

Authored by 王强
1 parent 50e8796b

优选库,旗舰店(mall2)中iconCom组件标题设置固定高度,因为英文会有问题~

src/components/iconsCom/iconsCom.less
... ... @@ -13,6 +13,7 @@
13 13 color: #777777;
14 14 font-size: 26px;
15 15 font-weight: 400;
  16 + height: 34px;
16 17 text-align: center;
17 18 white-space: nowrap;
18 19 text-overflow: ellipsis;
... ...