refactor(视图): 优化表格下钻样式

This commit is contained in:
junjun 2022-11-01 20:26:37 +08:00
parent 053d3af91d
commit 77abdee0bf

View File

@ -480,13 +480,13 @@ export default {
height:100%;
}
.table-dom-info-drill{
height:calc(100% - 36px - 12px);
height:calc(100% - 36px - 24px);
}
.table-dom-info-drill-pull{
height:calc(100% - 12px);
height:calc(100% - 24px);
}
.table-dom-normal-drill{
height:calc(100% - 12px);
height:calc(100% - 24px);
}
.table-page{
display: flex;
@ -504,6 +504,7 @@ export default {
font-size: 12px;
color: #606266;
white-space:nowrap;
padding-left: 8px;
}
.page-style ::v-deep .el-input__inner{
height: 24px;