From 61d8e0df1cf829e83952093f954f1985f8e0159e Mon Sep 17 00:00:00 2001
From: chenjinsong <523037378@qq.com>
Date: Thu, 5 Aug 2021 22:25:55 +0800
Subject: [PATCH] NEZ-894 feat: endpoint-logTab
---
.../src/assets/css/common/tableCommon.scss | 3 +-
.../components/common/bottomBox/bottomBox.vue | 21 +-
.../common/bottomBox/nzBottomDataList.vue | 20 +-
.../common/bottomBox/tabs/endpointQuery.vue | 3 -
.../common/bottomBox/tabs/logBottomTab.vue | 223 +++++++++++++++++
.../common/bottomBox/tabs/modelTab.vue | 91 -------
.../common/bottomBox/tabs/panelTabNew.vue | 12 +-
.../src/components/common/pickTime.vue | 10 +-
.../common/table/alert/alertMessageTable.vue | 232 +++++++++---------
.../common/table/special/endpointQueryTab.vue | 2 -
.../page/dashboard/explore/exploreItem.vue | 5 +-
.../page/dashboard/explore/logTab.vue | 8 +-
12 files changed, 394 insertions(+), 236 deletions(-)
create mode 100644 nezha-fronted/src/components/common/bottomBox/tabs/logBottomTab.vue
diff --git a/nezha-fronted/src/assets/css/common/tableCommon.scss b/nezha-fronted/src/assets/css/common/tableCommon.scss
index 041859def..08058d1c4 100644
--- a/nezha-fronted/src/assets/css/common/tableCommon.scss
+++ b/nezha-fronted/src/assets/css/common/tableCommon.scss
@@ -194,8 +194,7 @@
height: calc(100% - 58px);
.el-table:not(.chart-table) {
- position: absolute;
- width: calc(100% - 40px);
+ width: 100%;
border: 1px solid $--right-box-border-color;
border-bottom: none;
diff --git a/nezha-fronted/src/components/common/bottomBox/bottomBox.vue b/nezha-fronted/src/components/common/bottomBox/bottomBox.vue
index 8f24c2d7c..1180f79db 100644
--- a/nezha-fronted/src/components/common/bottomBox/bottomBox.vue
+++ b/nezha-fronted/src/components/common/bottomBox/bottomBox.vue
@@ -47,7 +47,8 @@