diff --git a/frontend/src/views/chart/components/ChartComponentS2.vue b/frontend/src/views/chart/components/ChartComponentS2.vue index caf1e6a9bd..7fced189dd 100644 --- a/frontend/src/views/chart/components/ChartComponentS2.vue +++ b/frontend/src/views/chart/components/ChartComponentS2.vue @@ -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;