From 59d8caa804a6f3c0bfa6b032cdda092aaab322f6 Mon Sep 17 00:00:00 2001 From: "@changcode" Date: Sun, 26 Sep 2021 14:50:22 +0800 Subject: [PATCH] =?UTF-8?q?style:=20elementSat=20=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/assets/css/common/rightBoxCommon.scss | 3 +++ .../common/bottomBox/nzBottomDataList.vue | 1 + .../src/components/common/elementSet.vue | 18 ++++++++++++++++-- .../common/rightBox/editEndpointBoxNew.vue | 1 + 4 files changed, 21 insertions(+), 2 deletions(-) diff --git a/nezha-fronted/src/assets/css/common/rightBoxCommon.scss b/nezha-fronted/src/assets/css/common/rightBoxCommon.scss index a9297b758..5b6875e26 100644 --- a/nezha-fronted/src/assets/css/common/rightBoxCommon.scss +++ b/nezha-fronted/src/assets/css/common/rightBoxCommon.scss @@ -319,6 +319,9 @@ } .right-public-box-dropdown { width: 640px; + .el-cascader-menu{ + flex: 1; + } } .right-box-public-dropdown { width: 308px; diff --git a/nezha-fronted/src/components/common/bottomBox/nzBottomDataList.vue b/nezha-fronted/src/components/common/bottomBox/nzBottomDataList.vue index a942f8962..5363c23fa 100644 --- a/nezha-fronted/src/components/common/bottomBox/nzBottomDataList.vue +++ b/nezha-fronted/src/components/common/bottomBox/nzBottomDataList.vue @@ -31,6 +31,7 @@ :tableId="tableId" @close="tools.showCustomTableTitle = false" @update="updateCustomTableTitle" + :table-class="true" >
diff --git a/nezha-fronted/src/components/common/elementSet.vue b/nezha-fronted/src/components/common/elementSet.vue index 24ad35122..9dcd22fc5 100644 --- a/nezha-fronted/src/components/common/elementSet.vue +++ b/nezha-fronted/src/components/common/elementSet.vue @@ -1,5 +1,5 @@