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

表格聚合样式修改

上级 6689e8f2
<template>
<div class='grid' style="height:100%;">
<div class='grid' style="height:100%;display:flex;flex-direction: column;justify-content: space-between;">
<#if ctrl.render??>
${ctrl.render.code}
<#else>
......@@ -17,8 +17,7 @@
:show-summary="true && items.length > 0"
:summary-method="getSummaries"
</#if>
<#-- 表格聚合end -->
:height="isEnablePagingBar && items.length > 0 ? 'calc(100% - 50px)' : '100%'"
<#-- 表格聚合end -->
:highlight-current-row ="isSingleSelect"
:row-class-name="getRowClassName"
:cell-class-name="getCellClassName"
......
......@@ -33,6 +33,7 @@
display: inline;
}
.el-table {
overflow: visible !important;
.el-table__row{
.grid-uiaction-divider {
padding:0 10px 0 10px;
......@@ -94,9 +95,6 @@
}
}
}
.el-table__body-wrapper{
height: calc(100% - 45px) !important;
}
}
.ivu-modal-content{
.footer{
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册