diff --git a/nezha-fronted/src/assets/css/common/tableCommon.scss b/nezha-fronted/src/assets/css/common/tableCommon.scss index bcc7ac615..b1c4039ff 100644 --- a/nezha-fronted/src/assets/css/common/tableCommon.scss +++ b/nezha-fronted/src/assets/css/common/tableCommon.scss @@ -1,6 +1,6 @@ /*列表table通用样式*/ .list-page { - height: calc(100%); + height: 100%; width: 100%; box-sizing: border-box; background-color: #f6f6f6; diff --git a/nezha-fronted/src/components/common/bottomBox/bottomBox.vue b/nezha-fronted/src/components/common/bottomBox/bottomBox.vue index 16db2f492..cd4b40e01 100644 --- a/nezha-fronted/src/components/common/bottomBox/bottomBox.vue +++ b/nezha-fronted/src/components/common/bottomBox/bottomBox.vue @@ -317,7 +317,7 @@ export default { background-color: white; } } -.sub-container { +.bottom-data-list .sub-container { padding: 10px; height: calc(100% - 64px); background-color: #f6f6f6; @@ -326,6 +326,7 @@ export default { background-color: white; } &>.nz-table2 { + height: 100%; padding-top: 20px !important; } } diff --git a/nezha-fronted/src/components/common/bottomBox/nzBottomDataList.vue b/nezha-fronted/src/components/common/bottomBox/nzBottomDataList.vue index dc53a4da2..a942f8962 100644 --- a/nezha-fronted/src/components/common/bottomBox/nzBottomDataList.vue +++ b/nezha-fronted/src/components/common/bottomBox/nzBottomDataList.vue @@ -1,5 +1,5 @@