forked from github/dataease
Merge pull request #6903 from dataease/pr@dev@refactor_layer
refactor: 调整过滤组件边框图层层级,优化外部参数优先级
This commit is contained in:
commit
67c94ede43
@ -387,6 +387,7 @@ export default {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
z-index: 2;
|
||||
width: 100% !important;
|
||||
height: 100% !important;
|
||||
}
|
||||
|
@ -2163,6 +2163,7 @@ export default {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
z-index: 2;
|
||||
width: 100% !important;
|
||||
height: 100% !important;
|
||||
}
|
||||
|
@ -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') {
|
||||
|
Loading…
Reference in New Issue
Block a user