From 957cdfe040dc9d70ebcefe4c966a706c29fe2906 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Thu, 12 Dec 2024 11:12:30 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E4=BB=AA=E8=A1=A8=E6=9D=BF=E3=80=81?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=A4=A7=E5=B1=8F):=20tab=E8=A1=A8=E5=A4=B4?= =?UTF-8?q?=E6=94=AF=E6=8C=81=E4=B8=8B=E5=88=92=E7=BA=BF=EF=BC=8C=E5=8A=A0?= =?UTF-8?q?=E7=B2=97=EF=BC=8C=E6=96=9C=E4=BD=93=E6=A0=B7=E5=BC=8F#13540?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/assets/svg/style-underline.svg | 1 + .../common/CommonStyleSet.vue | 68 +++++++++++++++++++ .../src/custom-component/component-list.ts | 6 +- .../custom-component/de-tabs/Component.vue | 6 ++ core/core-frontend/src/locales/en.ts | 1 + core/core-frontend/src/locales/tw.ts | 1 + core/core-frontend/src/utils/canvasUtils.ts | 3 + 7 files changed, 85 insertions(+), 1 deletion(-) create mode 100644 core/core-frontend/src/assets/svg/style-underline.svg diff --git a/core/core-frontend/src/assets/svg/style-underline.svg b/core/core-frontend/src/assets/svg/style-underline.svg new file mode 100644 index 0000000000..c8da46fb85 --- /dev/null +++ b/core/core-frontend/src/assets/svg/style-underline.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/core/core-frontend/src/custom-component/common/CommonStyleSet.vue b/core/core-frontend/src/custom-component/common/CommonStyleSet.vue index 6de6595b7c..e66624cbe0 100644 --- a/core/core-frontend/src/custom-component/common/CommonStyleSet.vue +++ b/core/core-frontend/src/custom-component/common/CommonStyleSet.vue @@ -166,6 +166,20 @@ + + +
+ + + +
+