Merge pull request #13356 from dataease/pr@dev-v2_st

fix(数据集): 更改数据集字段类型,弹框超出了屏幕边界
This commit is contained in:
Junjun 2024-11-15 15:44:54 +08:00 committed by GitHub
commit c9cb6f3650
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 1 deletions

View File

@ -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: '查看进度进行下载',

View File

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