From 49dfdd3bf265db28d38167f34e9aabfdd3e8e5db Mon Sep 17 00:00:00 2001
From: cuiqian2004 <cuiqian2004@163.com>
Date: 星期五, 17 十月 2025 10:16:58 +0800
Subject: [PATCH] imagebutton

---
 components/oi-form/list/textarea/index.vue |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/components/oi-form/list/textarea/index.vue b/components/oi-form/list/textarea/index.vue
index 8cd6de4..71a14da 100644
--- a/components/oi-form/list/textarea/index.vue
+++ b/components/oi-form/list/textarea/index.vue
@@ -31,12 +31,13 @@
 				this.onChange(e)
 			},
 			onClick(e) {
+				if (this.data.disabled)
+					return
 				this.$emit("on-click", e)
 			},
 			onFocus(e) {
 				this.$emit("on-focus", e)
 			},
-
 
 		}
 	};
@@ -45,7 +46,7 @@
 <style lang="scss" scoped>
 	.oi-form-textarea {
 		border: 1px solid #d5d5d5;
-		width: calc(100%- 6rpx);
+		width: calc(100% - 6rpx);
 		border-radius: 6px !important;
 		padding: 3rpx;
 

--
Gitblit v1.9.1