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; }