From b22000f1e0034376f408d236f4425e1dc98e51d8 Mon Sep 17 00:00:00 2001
From: yhj <1836460075@qq.com>
Date: 星期三, 05 六月 2024 13:58:28 +0800
Subject: [PATCH] 查看图号

---
 components/w-select/w-select.vue |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/components/w-select/w-select.vue b/components/w-select/w-select.vue
index 7786004..224be8b 100644
--- a/components/w-select/w-select.vue
+++ b/components/w-select/w-select.vue
@@ -108,11 +108,11 @@
 	props: {
 		width: {
 			type: String,
-			default: '200px'
+			default: '140px'
 		},
 		height: {
 			type: String,
-			default: '30px'
+			default: '40px'
 		},
 		bgColor: {
 			type: String,
@@ -214,7 +214,6 @@
 				.in(this)
 				.select('#wSelect')
 				.boundingClientRect(data => {
-					console.log(data.top)
 					this.distanceTop = data.top // 褰撳墠鍏冪礌璺濈椤堕儴鐨勮窛绂�
 					this.curHeight = data.height
 				})

--
Gitblit v1.9.3