From 0d64f3e54a56c2e69ff154c91a799adb17b070bd Mon Sep 17 00:00:00 2001
From: peng <peng.com>
Date: 星期四, 03 七月 2025 16:28:12 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/dev' into dev

---
 uni_modules/uni-drawer/components/uni-drawer/uni-drawer.vue |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/uni_modules/uni-drawer/components/uni-drawer/uni-drawer.vue b/uni_modules/uni-drawer/components/uni-drawer/uni-drawer.vue
index 2acb24f..a520e4a 100644
--- a/uni_modules/uni-drawer/components/uni-drawer/uni-drawer.vue
+++ b/uni_modules/uni-drawer/components/uni-drawer/uni-drawer.vue
@@ -90,15 +90,13 @@
 				watchTimer: null,
 				drawerWidth: 220,
 				drawerHeight: null,
-				drawerTop:0
 			}
 		},
 		created() {
 			// #ifndef APP-NVUE
 			this.drawerWidth = this.width
 			this.drawerHeight = this.height
-			this.drawerTop = this.drawerTop
-			console.log("鎵ц浜�",this.drawerHeight,this.height)
+			console.log("鎵ц浜�",this.width,this.height)
 			// #endif
 			this.rightMode = this.mode === 'right'
 		},
@@ -160,6 +158,7 @@
 	}
 	.custom-style{
 		border-radius: 0 24rpx 24rpx 0;
+		background-color: #f4f4f4;
 	}
 
 	.uni-drawer--left {

--
Gitblit v1.8.0