forked from github/dataease
Merge pull request #3595 from dataease/pr@dev@refactor_table_drill
refactor(视图): 优化表格下钻样式
This commit is contained in:
commit
0ecd022344
@ -480,13 +480,13 @@ export default {
|
|||||||
height:100%;
|
height:100%;
|
||||||
}
|
}
|
||||||
.table-dom-info-drill{
|
.table-dom-info-drill{
|
||||||
height:calc(100% - 36px - 12px);
|
height:calc(100% - 36px - 24px);
|
||||||
}
|
}
|
||||||
.table-dom-info-drill-pull{
|
.table-dom-info-drill-pull{
|
||||||
height:calc(100% - 12px);
|
height:calc(100% - 24px);
|
||||||
}
|
}
|
||||||
.table-dom-normal-drill{
|
.table-dom-normal-drill{
|
||||||
height:calc(100% - 12px);
|
height:calc(100% - 24px);
|
||||||
}
|
}
|
||||||
.table-page{
|
.table-page{
|
||||||
display: flex;
|
display: flex;
|
||||||
@ -504,6 +504,7 @@ export default {
|
|||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
color: #606266;
|
color: #606266;
|
||||||
white-space:nowrap;
|
white-space:nowrap;
|
||||||
|
padding-left: 8px;
|
||||||
}
|
}
|
||||||
.page-style ::v-deep .el-input__inner{
|
.page-style ::v-deep .el-input__inner{
|
||||||
height: 24px;
|
height: 24px;
|
||||||
|
Loading…
Reference in New Issue
Block a user