diff --git a/nezha-fronted/src/assets/css/components/common/bottomBox/bottomBox.scss b/nezha-fronted/src/assets/css/components/common/bottomBox/bottomBox.scss index c63cf9dc5..2e3ef09d2 100644 --- a/nezha-fronted/src/assets/css/components/common/bottomBox/bottomBox.scss +++ b/nezha-fronted/src/assets/css/components/common/bottomBox/bottomBox.scss @@ -168,8 +168,11 @@ .bottom-box .sub-container{ height: calc(100% - 64px); } -.bottom-box .sub-container .nz-table2{ +.bottom-box .sub-container .nz-table2 { height: calc(100% - 20px); + .bottom-box__top .my-loading-box { + height: calc(100% + 20px) !important; + } } .asset-detail .sub-container .nz-table2 { height: 100%; diff --git a/nezha-fronted/src/components/chart/chart/chartAutotopology.vue b/nezha-fronted/src/components/chart/chart/chartAutotopology.vue index fb47b5912..a65e93c8d 100644 --- a/nezha-fronted/src/components/chart/chart/chartAutotopology.vue +++ b/nezha-fronted/src/components/chart/chart/chartAutotopology.vue @@ -1,5 +1,5 @@