From 15cef50e4f7604995fee3533e0a46dcf8c9ab2d5 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Wed, 17 Jan 2024 15:56:23 +0800 Subject: [PATCH 1/2] =?UTF-8?q?refactor:=20=E5=A2=9E=E5=8A=A0tab=E6=A0=87?= =?UTF-8?q?=E9=A2=98=E6=9C=80=E5=A4=A7=E9=95=BF=E5=BA=A6=20#7558?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/frontend/src/components/widget/deWidget/DeTabs.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/frontend/src/components/widget/deWidget/DeTabs.vue b/core/frontend/src/components/widget/deWidget/DeTabs.vue index 7ea718c4da..3d2d2f35ba 100644 --- a/core/frontend/src/components/widget/deWidget/DeTabs.vue +++ b/core/frontend/src/components/widget/deWidget/DeTabs.vue @@ -131,7 +131,7 @@ v-model="textarea" type="textarea" :rows="2" - maxlength="10" + maxlength="20" show-word-limit :placeholder="$t('dataset.input_content')" /> From a418726d09734733453317866d6e4cfbcf4bf954 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Wed, 17 Jan 2024 16:24:47 +0800 Subject: [PATCH 2/2] =?UTF-8?q?fix(=E4=BB=AA=E8=A1=A8=E6=9D=BF):=20?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=9B=A0=E6=A0=B7=E5=BC=8F=E5=86=B2=E7=AA=81?= =?UTF-8?q?=E5=AF=BC=E8=87=B4=E9=80=89=E9=A1=B9=E5=8D=A1=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E6=96=B9=E6=A1=86=E5=A4=A7=E5=B0=8F=E6=97=A0=E6=B3=95=E9=9A=8F?= =?UTF-8?q?=E5=AD=97=E4=BD=93=E5=A4=A7=E5=B0=8F=E8=B0=83=E8=8A=82=E9=97=AE?= =?UTF-8?q?=E9=A2=98=20#6182?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/frontend/src/components/dataeaseTabs/index.vue | 4 ++-- .../src/styles/{de-tabs.scss => de-tabs-component.scss} | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) rename core/frontend/src/styles/{de-tabs.scss => de-tabs-component.scss} (99%) diff --git a/core/frontend/src/components/dataeaseTabs/index.vue b/core/frontend/src/components/dataeaseTabs/index.vue index fa732ec6bf..775f4ab3f8 100644 --- a/core/frontend/src/components/dataeaseTabs/index.vue +++ b/core/frontend/src/components/dataeaseTabs/index.vue @@ -1,7 +1,7 @@