From 8f1880cf13440b9cb57d15520ebc3b785f3dabb1 Mon Sep 17 00:00:00 2001 From: cuiqian2004 <cuiqian2004@163.com> Date: 星期五, 01 八月 2025 11:17:49 +0800 Subject: [PATCH] lua action处理 --- 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