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

表格聚合样式修改

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