From beecda79a4fb7cd21c6fe5bb9e0aadecf007e069 Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Fri, 15 Nov 2024 15:43:09 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=95=B0=E6=8D=AE=E9=9B=86):=20=E6=9B=B4?= =?UTF-8?q?=E6=94=B9=E6=95=B0=E6=8D=AE=E9=9B=86=E5=AD=97=E6=AE=B5=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B=EF=BC=8C=E5=BC=B9=E6=A1=86=E8=B6=85=E5=87=BA=E4=BA=86?= =?UTF-8?q?=E5=B1=8F=E5=B9=95=E8=BE=B9=E7=95=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/locales/zh-CN.ts | 7 +++++++ .../src/views/visualized/data/dataset/form/FieldMore.vue | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/core/core-frontend/src/locales/zh-CN.ts b/core/core-frontend/src/locales/zh-CN.ts index 4dc9b42ece..c20f7ce1d4 100644 --- a/core/core-frontend/src/locales/zh-CN.ts +++ b/core/core-frontend/src/locales/zh-CN.ts @@ -176,6 +176,13 @@ export default { all_source: '全部来源' }, data_set: { + to_nth_digits: '保留第M至N位', + the_column_permissions: '确定删除列权限吗?', + last_n_digits: '保留前M位,后N位', + rule_preview: '规则预览', + prohibit_viewing: '禁止查看', + set_desensitization_rules: '设置脱敏规则', + the_row_permissions: '确定删除行权限吗?', ten_wan: '10万', can_go_to: '后台导出中,可前往', progress_and_download: '查看进度,进行下载', diff --git a/core/core-frontend/src/views/visualized/data/dataset/form/FieldMore.vue b/core/core-frontend/src/views/visualized/data/dataset/form/FieldMore.vue index 164986bd30..0625cc78c4 100644 --- a/core/core-frontend/src/views/visualized/data/dataset/form/FieldMore.vue +++ b/core/core-frontend/src/views/visualized/data/dataset/form/FieldMore.vue @@ -219,7 +219,7 @@ const handleChange = () => { box-shadow: 0px 4px 8px 0px rgba(31, 35, 41, 0.1); border-right: none; &:nth-child(2) { - margin-top: 32px; + margin-top: 20px; > div { height: 210px; }