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

lxm--表格样式调整

上级 cb5a8254
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
:summary-method="getSummaries" :summary-method="getSummaries"
</#if> </#if>
<#-- 表格聚合end --> <#-- 表格聚合end -->
:height="isEnablePagingBar && items.length > 0 ? 'calc(100% - 50px)' : '100%'" :height="isEnablePagingBar && items.length > 0 ? 'calc(100% - 36px)' : '100%'"
:highlight-current-row ="isSingleSelect" :highlight-current-row ="isSingleSelect"
:row-class-name="getRowClassName" :row-class-name="getRowClassName"
@row-click="rowClick($event)" @row-click="rowClick($event)"
...@@ -398,7 +398,7 @@ import CodeListService from "@service/app/codelist-service"; ...@@ -398,7 +398,7 @@ import CodeListService from "@service/app/codelist-service";
* @type {number} * @type {number}
* @memberof AppIndex * @memberof AppIndex
*/ */
protected checkboxColWidth: number = <#if app.getPSApplicationUI()??>${app.getPSApplicationUI().getPFStyleParam('EL-TABLE.CHECKCOLWIDTH',80)}<#else>80</#if>; protected checkboxColWidth: number = <#if app.getPSApplicationUI()??>${app.getPSApplicationUI().getPFStyleParam('EL-TABLE.CHECKCOLWIDTH',80)}<#else>34</#if>;
/** /**
* 是否允许拖动列宽 * 是否允许拖动列宽
......
...@@ -29,6 +29,18 @@ ...@@ -29,6 +29,18 @@
display: inline; display: inline;
} }
.el-table { .el-table {
th{
padding: 0px;
.cell{
font-size: 14px;
}
}
td{
padding: 3px 0;
}
tr .el-table-column--selection .cell{
padding: 0 10px;
}
.el-tooltip{ .el-tooltip{
.ivu-form-item{ .ivu-form-item{
margin-bottom: unset !important; margin-bottom: unset !important;
...@@ -36,14 +48,20 @@ ...@@ -36,14 +48,20 @@
} }
} }
.grid-pagination { .grid-pagination {
height: 50px; height: 36px;
padding: 6px 0px; padding: 6px 0px;
button{
height: 22px;
}
span,.ivu-page-prev,.ivu-page-item,.ivu-page-next,.ivu-select-selection,.ivu-page-options-elevator,.ivu-page-options-elevator input,.ivu-select-selected-value{
height: 22px;
line-height: 22px;
}
.page-button { .page-button {
button { button {
padding: 0; padding: 0;
font-size: 16px; font-size: 14px;
min-width: 32px; width: 22px;
height: 32px;
margin-right: 4px; margin-right: 4px;
} }
} }
...@@ -53,7 +71,7 @@ ...@@ -53,7 +71,7 @@
} }
} }
.el-table__body-wrapper{ .el-table__body-wrapper{
height: calc(100% - 60px) !important; height: calc(100% - 36px) !important;
} }
.el-table__empty-block{ .el-table__empty-block{
height: auto !important; height: auto !important;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册