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" >