From 4e9556a1eb892ef621a96bef7ea7d4ce2b04b241 Mon Sep 17 00:00:00 2001 From: zhangyu Date: Tue, 24 Nov 2020 14:32:51 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E4=BF=AE=E6=94=B9endpoint=20query?= =?UTF-8?q?=20=E6=94=B9=E5=8F=98=E7=AA=97=E5=8F=A3=E5=A4=A7=E5=B0=8F?= =?UTF-8?q?=E5=90=8E=20=E8=A1=A8=E6=A0=BC=E6=B2=A1=E6=9C=89=E8=87=AA?= =?UTF-8?q?=E9=80=82=E5=BA=94=E5=A4=A7=E5=B0=8F=E7=9A=84=E9=97=AE=E9=A2=98?= =?UTF-8?q?=EF=BC=8C=E4=BB=A5=E5=8F=8Awindow=E3=80=82onresize=E6=94=B9?= =?UTF-8?q?=E4=B8=BAaddEventListener?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../bottomBox/tabs/endpointQueryTab.vue | 84 ++++++++++++------- .../src/components/page/alert/config.vue | 1 - .../src/components/page/asset/asset.vue | 13 ++- .../src/components/page/config/dc.vue | 13 +-- .../src/components/page/project/project.vue | 7 +- 5 files changed, 73 insertions(+), 45 deletions(-) diff --git a/nezha-fronted/src/components/common/bottomBox/tabs/endpointQueryTab.vue b/nezha-fronted/src/components/common/bottomBox/tabs/endpointQueryTab.vue index 94c82cb2d..5c3ec9f47 100644 --- a/nezha-fronted/src/components/common/bottomBox/tabs/endpointQueryTab.vue +++ b/nezha-fronted/src/components/common/bottomBox/tabs/endpointQueryTab.vue @@ -3,6 +3,10 @@ text-align: center; margin-top: 16px; } + .nz-table /deep/ .el-table{ + display: block !important; + } +