From b7fd27a4a7ac72eef5fc142cae9bb63fe69ef233 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期一, 22 七月 2024 15:34:47 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
wechat_jiaxuan/pages/store/store.wxss | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/wechat_jiaxuan/pages/store/store.wxss b/wechat_jiaxuan/pages/store/store.wxss
index 8024eb6..354cfcd 100644
--- a/wechat_jiaxuan/pages/store/store.wxss
+++ b/wechat_jiaxuan/pages/store/store.wxss
@@ -54,15 +54,16 @@
flex: 1;
}
.main_content .shops .shop .header .left .title {
+ width: 520rpx;
font-weight: 500;
font-size: 32rpx;
- width: 100%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
margin-bottom: 16rpx;
}
.main_content .shops .shop .header .left .address {
+ width: 520rpx;
display: flex;
align-items: center;
white-space: nowrap;
@@ -80,7 +81,7 @@
font-size: 24rpx;
color: #333333;
text-align: center;
- margin-left: 80rpx;
+ margin-left: 20rpx;
}
.main_content .shops .shop .header .right .phone {
width: 60rpx;
--
Gitblit v1.9.3