From 09e14592dd06c4c2037e2b172ac77a2e290f9db9 Mon Sep 17 00:00:00 2001
From: cuiqian2004 <cuiqian2004@163.com>
Date: 星期五, 05 九月 2025 19:01:09 +0800
Subject: [PATCH] form input pdaScanOnly
---
components/oi-form/list/textarea/index.vue | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/components/oi-form/list/textarea/index.vue b/components/oi-form/list/textarea/index.vue
index 8cd6de4..b10ff9e 100644
--- a/components/oi-form/list/textarea/index.vue
+++ b/components/oi-form/list/textarea/index.vue
@@ -37,7 +37,6 @@
this.$emit("on-focus", e)
},
-
}
};
</script>
@@ -45,7 +44,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