提交 de7cb237 编写于 作者: AndroidLeaves's avatar AndroidLeaves

update

上级 56765a94
......@@ -2283,7 +2283,7 @@ class BaseWidget {
<div class="list">
<div class="list__header">${subTitle ? subTitle : '组件设置'}</div>
<form id="form" class="list__body" action="javascript:void(0);">
<label id="widgetBg" class="form-item form-item--link" style="display:${!isChildLevel || showWidgetBg ? '' : 'none'}">
<label id="widgetBg" class="form-item form-item--link" style="display:${!isChildLevel && showWidgetBg ? '' : 'none'}">
<div class="form-label">
<img class="form-label-img" src="${widgetBgIco}"/>
<div class="form-label-title">组件背景</div>
......@@ -2576,6 +2576,7 @@ class BaseWidget {
if (childItems.length > 0) {
await this.renderAppView({
isChildLevel: true,
showWidgetBg: false,
subTitle: label,
settingItems: [...childItems]
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册