Merge pull request #6903 from dataease/pr@dev@refactor_layer

refactor: 调整过滤组件边框图层层级,优化外部参数优先级
This commit is contained in:
王嘉豪 2023-11-28 17:38:32 +08:00 committed by GitHub
commit 67c94ede43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 0 deletions

View File

@ -387,6 +387,7 @@ export default {
position: absolute;
top: 0;
left: 0;
z-index: 2;
width: 100% !important;
height: 100% !important;
}

View File

@ -2163,6 +2163,7 @@ export default {
position: absolute;
top: 0;
left: 0;
z-index: 2;
width: 100% !important;
height: 100% !important;
}

View File

@ -519,6 +519,14 @@ const data = {
} else {
element.options.value = paramValueStr
}
// 去掉动态时间
if (element.options.manualModify) {
element.options.manualModify = false
}
// 去掉首选项
if (element.options?.attr?.selectFirst) {
element.options.attr.selectFirst = false
}
}
})
if (element.type === 'view') {