Commit 1de5a45412e6b6a50e2652d40c4814d4a6682074

Authored by zhiyangdu
1 parent 57733a86

地址样式优化

src/components/appAddressToast/appAddressToast.less
... ... @@ -67,8 +67,8 @@
67 67 }
68 68  
69 69 .info {
70   - height: 80px;
71   - max-height: 80px;
  70 + height: auto;
  71 + line-height: 40px;
72 72 margin-top: 10px;
73 73 font-size: 28px;
74 74 color: #999999;
... ...