提交 529a399e 编写于 作者: KK's avatar KK

update 工作流多数据导航样式

上级 3fdf40d0
......@@ -36,15 +36,19 @@
</#if>
</#list>
</div>
<#if view.getViewType?? && view.getViewType() ?? && view.getViewType()=='DEMOBWFDYNAEXPMDVIEW'>
<ion-toolbar>
<ion-segment>
<ion-segment-button v-for="(item,index) in wfStepModel" :key="index" @click="tab_click(item)" :value="index">
<ion-label>{{item.userTaskName}}</ion-label>
</ion-segment-button>
</ion-segment>
</ion-toolbar>
</#if>
</#assign>
</#if>
</#if>
<#assign view_content>
<#if view.getViewType?? && view.getViewType() ?? && view.getViewType()=='DEMOBWFDYNAEXPMDVIEW'>
<div class="app-ctrl-tabs ion-tabs">
<div class="tab-item" :class="selectTabId==item.userTaskId? 'tab-item-select' : '' " v-for="(item,index) in wfStepModel" :key="index+'tabbtn'" @click="tab_click(item)"> {{item.userTaskName}} </div>
</div>
</#if>
${P.getCtrlCode('mdctrl', 'CONTROL.html').code}
</#assign>
<#assign view_footer>
......
<#ibizinclude>
../@MACRO/DEFAULT.less.ftl
</#ibizinclude>
.${view.getViewType()?lower_case}{
.app-mob-mdctrl {
margin-top: 60px;
}
.app-ctrl-tabs {
z-index: 1;
position: fixed;
width: 100%;
}
.ion-tabs {
display: flex;
justify-content: space-around;
border-bottom: 0.5px solid #ccc;
}
.tab-item {
padding: 20px 0;
}
.tab-item-select {
color: #3880ff;
}
}
\ No newline at end of file
</#ibizinclude>
\ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册