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

底部工具栏调整 --step6 --fix1

上级 379bd7f1
......@@ -38,7 +38,7 @@
</#if>
<#if ctrl.getToolbarStyle() == 'MOBBOTTOMMENU' >
<ion-fab-list side="start">
<ion-fab-list side="top">
<#list ctrl.getPSDEToolbarItems() as toolbarItem>
<#list toolbarItem.getPSDEToolbarItems() as childItem>
<ion-fab-button @click="${ctrl.name}_click({ tag: '${childItem.name}' }, $event)"><#if childItem.isShowIcon()><#if childItem.getPSSysImage()??> <ion-icon name="<#if childItem.getPSSysImage().getCssClass() != "">${childItem.getPSSysImage().getCssClass()}<#else>reorder-four-outline</#if>" class="group_ion-icon"></ion-icon><#else><ion-icon class="group_ion-icon" name="reorder-four-outline"></ion-icon></#if></#if> {{<#if childItem.isShowCaption()><#if langbase??>$t('${langbase}.${childItem.name}.caption')<#else>'${childItem.getCaption()}'</#if></#if>}} </ion-fab-button>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册