From 986da22689dc9a5faef751c02348fb1f47584414 Mon Sep 17 00:00:00 2001 From: cuiqian2004 <cuiqian2004@163.com> Date: 星期五, 21 三月 2025 18:53:01 +0800 Subject: [PATCH] Merge branch 'master' of http://121.37.118.194:8000/r/~jt/MES-PDA --- 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