forked from github/dataease
Merge pull request #9905 from dataease/pr@dev@fix_mobile
fix(仪表板): 修复过滤组件移动端布局变形问题
This commit is contained in:
commit
a206436ee9
@ -843,7 +843,7 @@ export default {
|
||||
if (this.componentData) {
|
||||
const componentData = deepCopy(this.componentData)
|
||||
componentData.forEach(component => {
|
||||
if (component.type === 'custom') {
|
||||
if (component.type === 'custom' && !this._isMobile) {
|
||||
const sourceComponent = this.findSourceComponent(component.id)
|
||||
if (sourceComponent?.style) {
|
||||
component.style = deepCopy(this.findSourceComponent(component.id).style)
|
||||
|
Loading…
Reference in New Issue
Block a user