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

底部工具栏调整 --step4

上级 88131825
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<#if ctrl.getToolbarStyle()?? > <#if ctrl.getToolbarStyle()?? >
<#-- 底部工具栏按钮:BEGIN --> <#-- 底部工具栏按钮:BEGIN -->
<#if ctrl.getToolbarStyle() == 'MOBBOTTOMMENU'> <#if ctrl.getToolbarStyle() == 'MOBBOTTOMMENU'>
<ion-fab-button class="app-view-toolbar-button" @click="${ctrl.name}Models.${item.name}.isshow=!${ctrl.name}Models.${item.name}.isshow"> <ion-fab-button class="app-view-toolbar-button">
<#if item.isShowIcon()> <#if item.isShowIcon()>
<#if item.getPSSysImage()??> <#if item.getPSSysImage()??>
<ion-icon name="<#if item.getPSSysImage().getCssClass() != "">${item.getPSSysImage().getCssClass()}<#else>fa fa-ellipsis-h</#if>" <#-- <#if item.getPSSysImage().getImagePath() != ""><img src="${item.getPSSysImage().getImagePath()}" /></#if> -->></ion-icon> <ion-icon name="<#if item.getPSSysImage().getCssClass() != "">${item.getPSSysImage().getCssClass()}<#else>fa fa-ellipsis-h</#if>" <#-- <#if item.getPSSysImage().getImagePath() != ""><img src="${item.getPSSysImage().getImagePath()}" /></#if> -->></ion-icon>
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
</#if> </#if>
<#if ctrl.getToolbarStyle() == 'MOBBOTTOMMENU' > <#if ctrl.getToolbarStyle() == 'MOBBOTTOMMENU' >
<ion-fab-list side="top"> <ion-fab-list side="<#if ctrl.getPSDEToolbarItems()?size > 1>start<#else>top<#/if>">
<#list item.getPSDEToolbarItems() as toolbarItem> <#list item.getPSDEToolbarItems() as toolbarItem>
<ion-fab-button @click="${ctrl.name}_click({ tag: '${toolbarItem.name}' }, $event)"><#if toolbarItem.isShowIcon()><#if toolbarItem.getPSSysImage()??> <ion-icon name="<#if toolbarItem.getPSSysImage().getCssClass() != "">${toolbarItem.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 toolbarItem.isShowCaption()><#if langbase??>$t('${langbase}.${toolbarItem.name}.caption')<#else>'${toolbarItem.getCaption()}'</#if></#if>}} </ion-fab-button> <ion-fab-button @click="${ctrl.name}_click({ tag: '${toolbarItem.name}' }, $event)"><#if toolbarItem.isShowIcon()><#if toolbarItem.getPSSysImage()??> <ion-icon name="<#if toolbarItem.getPSSysImage().getCssClass() != "">${toolbarItem.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 toolbarItem.isShowCaption()><#if langbase??>$t('${langbase}.${toolbarItem.name}.caption')<#else>'${toolbarItem.getCaption()}'</#if></#if>}} </ion-fab-button>
</#list> </#list>
......
...@@ -15,15 +15,17 @@ ...@@ -15,15 +15,17 @@
<#-- 流程操作菜单:END --> <#-- 流程操作菜单:END -->
<#elseif ctrl.getToolbarStyle() == 'MOBBOTTOMMENU'> <#elseif ctrl.getToolbarStyle() == 'MOBBOTTOMMENU'>
<#-- 底部菜单:BEGIN --> <#-- 底部菜单:BEGIN -->
<div <#if view.hasPSControl('mdctrl') || view.hasPSControl('dataview') || view.hasPSControl('calendar')>v-show="!showCheack"</#if> class = "bottom_menu"> <div <#if view.hasPSControl('mdctrl') || view.hasPSControl('dataview') || view.hasPSControl('calendar')>v-show="!showCheack"</#if> class = "fab_container">
<#list ctrl.getPSDEToolbarItems() as item> <div class="bottom_menu">
<ion-fab vertical="bottom" horizontal="end" slot="fixed"> <#list ctrl.getPSDEToolbarItems() as item>
${P.getPartCode(item).code} <ion-fab>
<#if custom_toolbar??> ${P.getPartCode(item).code}
${custom_toolbar} <#if custom_toolbar??>
</#if> ${custom_toolbar}
</ion-fab> </#if>
</#list> </ion-fab>
</#list>
</div>
</div> </div>
<#-- 底部菜单:END --> <#-- 底部菜单:END -->
<#elseif ctrl.getToolbarStyle() == 'MOBNAVLEFTMENU'> <#elseif ctrl.getToolbarStyle() == 'MOBNAVLEFTMENU'>
......
...@@ -10,9 +10,6 @@ ...@@ -10,9 +10,6 @@
height: @toolbar-bottomtoolbar-height; height: @toolbar-bottomtoolbar-height;
line-height: @toolbar-bottomtoolbar-height; line-height: @toolbar-bottomtoolbar-height;
} }
.bottom_menu{
text-align: center;
}
.app-${ctrl.name}-bar-overlay { .app-${ctrl.name}-bar-overlay {
.wrapper { .wrapper {
display: flex; display: flex;
...@@ -44,6 +41,20 @@ ...@@ -44,6 +41,20 @@
} }
} }
} }
.fab_container{
width: 60px;
position: fixed;
right: 3vh;
bottom: 1vh;
.bottom_menu{
width: 60px;
height: 70px;
display: flex;
justify-content: center;
align-items: center;
}
}
</#if> </#if>
.toolbar_group_right{ .toolbar_group_right{
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册