forked from github/dataease
Merge pull request #2903 from dataease/pr@dev@fix_filter_title_style
fix(仪表板-过滤器): 数字范围过滤器标题样式
This commit is contained in:
commit
e4dc360fb4
@ -157,6 +157,13 @@ export default {
|
|||||||
alignItems: 'center'
|
alignItems: 'center'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (vertical !== 'top' && this.element.component === 'de-number-range') {
|
||||||
|
if (!this.titleStyle) {
|
||||||
|
this.titleStyle = {}
|
||||||
|
}
|
||||||
|
this.titleStyle.marginTop = '-20px'
|
||||||
|
}
|
||||||
},
|
},
|
||||||
getCondition() {
|
getCondition() {
|
||||||
if (this.$refs && this.$refs['deOutWidget'] && this.$refs['deOutWidget'].getCondition) {
|
if (this.$refs && this.$refs['deOutWidget'] && this.$refs['deOutWidget'].getCondition) {
|
||||||
|
Loading…
Reference in New Issue
Block a user