From 5b219a9694c8d69db42e746a654c779cc6a61bf6 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期四, 18 七月 2024 18:42:20 +0800
Subject: [PATCH] ‘’
---
wechat_jiaxuan/pages/store/store.less | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/wechat_jiaxuan/pages/store/store.less b/wechat_jiaxuan/pages/store/store.less
index 361f638..6f27aba 100644
--- a/wechat_jiaxuan/pages/store/store.less
+++ b/wechat_jiaxuan/pages/store/store.less
@@ -110,10 +110,15 @@
.avatar{
width: 72rpx;
height: 72rpx;
- border: 1px solid;
border-radius: 50%;
margin-right: 16rpx;
}
+ .name{
+ width: 120rpx;
+ overflow: hidden;
+ text-overflow: ellipsis; //鏂囨湰婧㈠嚭鏄剧ず鐪佺暐鍙�
+ white-space: nowrap; //鏂囨湰涓嶄細鎹㈣
+ }
.ex{
font-size: 24rpx;
color: #999999;
--
Gitblit v1.9.3