提交 e8577dc0 编写于 作者: Neuromancer255's avatar Neuromancer255

多数据部件样式模板调整 --fix1

上级 a599e333
<#ibizinclude> <#ibizinclude>
../@MACRO/CSS/DEFAULT.less.ftl ../@MACRO/CSS/DEFAULT.less.ftl
</#ibizinclude> </#ibizinclude>
<#if appde??> <#if ctrl.getItemPSLayoutPanel()??>
.${appde.getCodeName()?lower_case}{ <#assign layoutpanel=ctrl.getItemPSLayoutPanel()>
<#if ctrl.getItemPSLayoutPanel()??>
<#assign layoutpanel=ctrl.getItemPSLayoutPanel()>
${P.getCtrlCode(layoutpanel, 'CONTROL.less').code} ${P.getCtrlCode(layoutpanel, 'CONTROL.less').code}
</#if> </#if>
.ibz-ionic-item{ .ibz-ionic-item{
--inner-border-width:0; --inner-border-width:0;
} }
.iconcheck{ .iconcheck{
width: 70px; width: 70px;
} }
.selectall{ .selectall{
padding: 5px 20px; padding: 5px 20px;
padding: 0 20px; padding: 0 20px;
display: flex; display: flex;
} }
.selectal-label{ .selectal-label{
padding-left: 15px; padding-left: 15px;
} }
.app-mob-mdctrl{ .app-mob-mdctrl{
height:100%;
.app-mob-mdctrl-${ctrl.name}{
height:100%; height:100%;
.app-mob-mdctrl-${ctrl.name}{ .items{
height:100%; .ibz-ionic-item{
.items{ --inner-padding-end: 10px;
.ibz-ionic-item{ --padding-start: 10px;
--inner-padding-end: 10px; }
--padding-start: 10px; ion-item{
} --border-color:white;
ion-item{ --padding-start:0;
--border-color:white; --inner-padding-end:0;
--padding-start:0; --background-activated:white;
--inner-padding-end:0; }
--background-activated:white; ion-item-options{
} margin: 10px 10px 0px 10px;
ion-item-options{ padding-bottom: 10px;
margin: 10px 10px 0px 10px;
padding-bottom: 10px;
}
} }
.app-mob-mdctrl-refresh{ }
.app-mob-mdctrl-refresh{
height:100%;
overflow: auto;
.van-pull-refresh__track{
height:100%; height:100%;
overflow: auto;
.van-pull-refresh__track{
height:100%;
}
} }
} }
} }
} }
</#if> \ No newline at end of file
\ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册