From 9ff3919a46b388f966a26b93c6b7587a1a7bc2d0 Mon Sep 17 00:00:00 2001 From: likexuan Date: Mon, 13 Jun 2022 09:31:26 +0800 Subject: [PATCH] =?UTF-8?q?fix=20:=20profile=20api=20Keys=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../page/config/operationRecord.scss | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/nezha-fronted/src/assets/css/components/page/config/operationRecord.scss b/nezha-fronted/src/assets/css/components/page/config/operationRecord.scss index 72d17cce3..256587289 100644 --- a/nezha-fronted/src/assets/css/components/page/config/operationRecord.scss +++ b/nezha-fronted/src/assets/css/components/page/config/operationRecord.scss @@ -63,26 +63,8 @@ #api-key-tab{ height: calc(100% - 78px) !important; } - .el-table__fixed-header-wrapper.has-gutter{ - height: 41px; - } .el-table__body-wrapper{ overflow-x: hidden !important; - .el-table__row{ - height: 63px !important; - - } - } - .el-table__fixed-right{ - .el-table__fixed-header-wrapper{ - height: 41px; - } - .el-table__fixed-body-wrapper{ - .el-table__row{ - height: 63px; - } - } - } } }