From df481aebfb7a19eea5d6c02f93c6f5776b0fdc19 Mon Sep 17 00:00:00 2001 From: cuiqian2004 <cuiqian2004@163.com> Date: 星期五, 23 五月 2025 18:30:41 +0800 Subject: [PATCH] 界面大模式 --- 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