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

lxm--表格样式调整

上级 cb5a8254
......@@ -17,7 +17,7 @@
:summary-method="getSummaries"
</#if>
<#-- 表格聚合end -->
:height="isEnablePagingBar && items.length > 0 ? 'calc(100% - 50px)' : '100%'"
:height="isEnablePagingBar && items.length > 0 ? 'calc(100% - 36px)' : '100%'"
:highlight-current-row ="isSingleSelect"
:row-class-name="getRowClassName"
@row-click="rowClick($event)"
......@@ -398,7 +398,7 @@ import CodeListService from "@service/app/codelist-service";
* @type {number}
* @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 @@
display: inline;
}
.el-table {
th{
padding: 0px;
.cell{
font-size: 14px;
}
}
td{
padding: 3px 0;
}
tr .el-table-column--selection .cell{
padding: 0 10px;
}
.el-tooltip{
.ivu-form-item{
margin-bottom: unset !important;
......@@ -36,14 +48,20 @@
}
}
.grid-pagination {
height: 50px;
height: 36px;
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 {
button {
padding: 0;
font-size: 16px;
min-width: 32px;
height: 32px;
font-size: 14px;
width: 22px;
margin-right: 4px;
}
}
......@@ -53,7 +71,7 @@
}
}
.el-table__body-wrapper{
height: calc(100% - 60px) !important;
height: calc(100% - 36px) !important;
}
.el-table__empty-block{
height: auto !important;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册