liukangdong
2024-07-21 f674eef2bdf97352514e5fe024518714d1996b1d
wechat_jiaxuan/components/authCard/authCard.wxss
@@ -114,6 +114,14 @@
.wrap2 .list .item .name .icon image {
  width: 36rpx;
}
.wrap2 .list .item .name .text {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.wrap2 .list .item .addr {
  display: flex;
  justify-content: space-between;