From d0fa02f84591a3a7b88af725b1670bcded36b84d Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期五, 02 八月 2024 11:09:30 +0800
Subject: [PATCH] lll

---
 wechat_jiaxuan/components/areaSel/areaSel.wxml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/wechat_jiaxuan/components/areaSel/areaSel.wxml b/wechat_jiaxuan/components/areaSel/areaSel.wxml
index e1317ae..4c0fb6c 100644
--- a/wechat_jiaxuan/components/areaSel/areaSel.wxml
+++ b/wechat_jiaxuan/components/areaSel/areaSel.wxml
@@ -1,6 +1,6 @@
 <picker mode="multiSelector" model:value="{{pickerValue}}" range-key="label" range="{{range}}" bindchange="onChange"
 	bindcolumnchange="columnChange">
-	<view style="width:400rpx;padding-left: 30rpx;white-space: nowrap;text-overflow: ellipsis; overflow:hidden;">
+	<view style="width:400rpx;white-space: nowrap;text-overflow: ellipsis; overflow:hidden;">
 		<!-- 濡傛灉宸茬粡閫夋嫨浜嗛�夐」锛屽垯鏄剧ず閫夐」鐨刲abel灞炴�э紝鍚﹀垯鏄剧ずplaceholder灞炴�с�� -->
 		<text  wx:if="{{label}}"> {{ label }} </text>
 		<text style="color: #999" wx:else> {{ placeholder }}</text>

--
Gitblit v1.9.3