From b4efd6d1c432a90e89b0a85ab0bead8be6d68a05 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Fri, 20 Jun 2025 16:27:18 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E6=95=B0=E6=8D=AE=E5=A4=A7=E5=B1=8F?= =?UTF-8?q?=E3=80=81=E4=BB=AA=E8=A1=A8=E6=9D=BF):=20=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E5=9B=BE=E8=A1=A8=E9=85=8D=E8=89=B2=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ComponentColorSelector.vue | 19 +------------------ core/core-frontend/src/locales/en.ts | 1 + core/core-frontend/src/locales/tw.ts | 1 + core/core-frontend/src/locales/zh-CN.ts | 1 + 4 files changed, 4 insertions(+), 18 deletions(-) diff --git a/core/core-frontend/src/components/dashboard/subject-setting/dashboard-style/ComponentColorSelector.vue b/core/core-frontend/src/components/dashboard/subject-setting/dashboard-style/ComponentColorSelector.vue index cf998753a2..78eb07b052 100644 --- a/core/core-frontend/src/components/dashboard/subject-setting/dashboard-style/ComponentColorSelector.vue +++ b/core/core-frontend/src/components/dashboard/subject-setting/dashboard-style/ComponentColorSelector.vue @@ -76,7 +76,7 @@
- + - - - - - @@ -155,7 +139,6 @@ :predefine="predefineColors" color-format="rgb" :effect="themes" - show-alpha is-custom @change="changeColorCase('tableHeaderCornerBgColor')" /> diff --git a/core/core-frontend/src/locales/en.ts b/core/core-frontend/src/locales/en.ts index 04106140ae..66818dbb2c 100644 --- a/core/core-frontend/src/locales/en.ts +++ b/core/core-frontend/src/locales/en.ts @@ -1398,6 +1398,7 @@ export default { table_title_fontsize: 'Header font size', table_item_fontsize: 'Table font size', table_header_bg: 'Header Bg', + table_header_row_bg: 'Header&Row Bg', table_item_bg: 'Table Bg', table_header_font_color: 'Header font', table_item_font_color: 'Table font', diff --git a/core/core-frontend/src/locales/tw.ts b/core/core-frontend/src/locales/tw.ts index 9d935679c5..8ffd3dd325 100644 --- a/core/core-frontend/src/locales/tw.ts +++ b/core/core-frontend/src/locales/tw.ts @@ -1360,6 +1360,7 @@ export default { table_title_fontsize: '表頭字體大小', table_item_fontsize: '表格字體大小', table_header_bg: '表頭背景', + table_header_row_bg: '表頭/行背景', table_item_bg: '表格背景', table_header_font_color: '表頭字型', table_item_font_color: '表格字型', diff --git a/core/core-frontend/src/locales/zh-CN.ts b/core/core-frontend/src/locales/zh-CN.ts index cdb663c249..3f08ea968e 100644 --- a/core/core-frontend/src/locales/zh-CN.ts +++ b/core/core-frontend/src/locales/zh-CN.ts @@ -1365,6 +1365,7 @@ export default { table_title_fontsize: '表头字体大小', table_item_fontsize: '表格字体大小', table_header_bg: '表头背景', + table_header_row_bg: '表头/行背景', table_item_bg: '表格背景', table_header_font_color: '表头字体', table_item_font_color: '表格字体',