mirror of
https://github.com/dataease/dataease.git
synced 2025-02-25 03:52:59 +08:00
Merge pull request #13356 from dataease/pr@dev-v2_st
fix(数据集): 更改数据集字段类型,弹框超出了屏幕边界
This commit is contained in:
commit
c9cb6f3650
@ -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: '查看进度,进行下载',
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user