From 5f6a0bde3c5e9e6822ad9b98f58889d165e7e6e7 Mon Sep 17 00:00:00 2001
From: wangjiahao <1522128093@qq.com>
Date: Fri, 22 Mar 2024 17:43:36 +0800
Subject: [PATCH] =?UTF-8?q?refactor(=E6=95=B0=E6=8D=AE=E5=A4=A7=E5=B1=8F):?=
=?UTF-8?q?=20=E7=BB=84=E4=BB=B6=E9=80=9A=E7=94=A8=E6=A0=B7=E5=BC=8F?=
=?UTF-8?q?=E5=8C=BA=E5=9F=9F=E6=A0=B7=E5=BC=8F=E7=BB=84=E4=BB=B6=E4=BC=98?=
=?UTF-8?q?=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../common/CommonStyleSet.vue | 276 ++++++++++++++++++
1 file changed, 276 insertions(+)
create mode 100644 core/core-frontend/src/custom-component/common/CommonStyleSet.vue
diff --git a/core/core-frontend/src/custom-component/common/CommonStyleSet.vue b/core/core-frontend/src/custom-component/common/CommonStyleSet.vue
new file mode 100644
index 0000000000..6daca77f0e
--- /dev/null
+++ b/core/core-frontend/src/custom-component/common/CommonStyleSet.vue
@@ -0,0 +1,276 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ t('chart.bolder') }}
+
+
+
+
+
+
+
+
+
+
+ {{ t('chart.italic') }}
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ t('chart.text_pos_left') }}
+
+
+
+
+
+
+
+
+
+ {{ t('chart.text_pos_center') }}
+
+
+
+
+
+
+
+
+
+ {{ t('chart.text_pos_right') }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+