Browse Source

MOBILE-25000 场景遗漏

feature/big-screen
hades 5 years ago
parent
commit
41b3c1ef12
  1. 2
      designer-form/src/main/java/com/fr/design/actions/FormMobileAttrAction.java

2
designer-form/src/main/java/com/fr/design/actions/FormMobileAttrAction.java

@ -78,7 +78,7 @@ public class FormMobileAttrAction extends JTemplateAction<JForm> {
((FormArea)jf.getFormDesign().getParent()).onMobileAttrModified();
jf.getFormDesign().getSelectionModel().setSelectedCreator(jf.getFormDesign().getRootComponent());
//当自适应属性自动匹配处于勾选状态 进行切换
if (formMobileAttr.isAdaptivePropertyAutoMatch()) {
if (formMobileAttr.isMobileOnly() && formMobileAttr.isAdaptivePropertyAutoMatch()) {
doChangeBodyLayout();
}

Loading…
Cancel
Save