提交 36c44aac 编写于 作者: WodahsOrez's avatar WodahsOrez

lxm--内置工具栏--fix7

上级 5baef0d6
...@@ -28,12 +28,14 @@ ...@@ -28,12 +28,14 @@
ref='multipleTable' :data="items" :show-header="!isHideHeader"> ref='multipleTable' :data="items" :show-header="!isHideHeader">
<template slot="empty"> <template slot="empty">
无数据 无数据
<span class="quick-toolbar">
<#if ctrl.getQuickPSDEToolbar?? && ctrl.getQuickPSDEToolbar()??> <#if ctrl.getQuickPSDEToolbar?? && ctrl.getQuickPSDEToolbar()??>
<#assign quickToolbar = ctrl.getQuickPSDEToolbar()/> <#assign quickToolbar = ctrl.getQuickPSDEToolbar()/>
<@ibizindent blank=12> <@ibizindent blank=12>
${P.getCtrlCode(quickToolbar, 'CONTROL.html').code} ${P.getCtrlCode(quickToolbar, 'CONTROL.html').code}
</@ibizindent> </@ibizindent>
</#if> </#if>
</span>
</template> </template>
<template v-if="!isSingleSelect"> <template v-if="!isSingleSelect">
<el-table-column align="center" type='selection' :width="checkboxColWidth"></el-table-column> <el-table-column align="center" type='selection' :width="checkboxColWidth"></el-table-column>
......
...@@ -29,6 +29,9 @@ ...@@ -29,6 +29,9 @@
display: inline; display: inline;
} }
.el-table { .el-table {
.quick-toolbar{
display: inline-block;
}
.el-tooltip{ .el-tooltip{
.ivu-form-item{ .ivu-form-item{
margin-bottom: unset !important; margin-bottom: unset !important;
...@@ -51,6 +54,20 @@ ...@@ -51,6 +54,20 @@
position: absolute; position: absolute;
left: 0; left: 0;
} }
.batch-toolbar{
position: absolute;
left: 105px;
>.toolbar-container{
button {
font-size: 16px;
min-width: 32px;
height: 32px;
margin-right: 4px;
margin-top: 0;
margin-bottom: 0;
}
}
}
} }
.el-table__body-wrapper{ .el-table__body-wrapper{
height: calc(100% - 45px) !important; height: calc(100% - 45px) !important;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册