From 77abdee0bf4d2393079846502e314c61154f89cb Mon Sep 17 00:00:00 2001 From: junjun Date: Tue, 1 Nov 2022 20:26:37 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E8=A7=86=E5=9B=BE):=20=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E8=A1=A8=E6=A0=BC=E4=B8=8B=E9=92=BB=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/chart/components/ChartComponentS2.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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;