mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 21:42:32 +08:00
refactor(视图): 优化表格下钻样式
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user