Merge pull request #3595 from dataease/pr@dev@refactor_table_drill

refactor(视图): 优化表格下钻样式
This commit is contained in:
王嘉豪 2022-11-01 21:53:35 +08:00 committed by GitHub
commit 0ecd022344
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;