diff --git a/nezha-fronted/src/assets/stylus/main.scss b/nezha-fronted/src/assets/stylus/main.scss index 8ef04ff18..022fd75d0 100644 --- a/nezha-fronted/src/assets/stylus/main.scss +++ b/nezha-fronted/src/assets/stylus/main.scss @@ -689,6 +689,12 @@ li{ padding: 0; background-color: $content-right-background-color; } +.nz-table.el-table td.has-message .cell { + background-color: #f8d7da; +} +.nz-table.el-table td.has-no-message .cell { + background-color: #d4edda; +} .nz-table.el-table th { padding: 0; } @@ -1335,10 +1341,10 @@ li{ margin-right: 5px; } .red { - background-color:#ff6347; + background-color: #ff6347 !important; } .green { - background-color:lightGreen; + background-color:lightGreen !important; } .grey { background-color:lightGrey; diff --git a/nezha-fronted/src/components/common/bottomBox/bottomBox.vue b/nezha-fronted/src/components/common/bottomBox/bottomBox.vue index 037f0bf7e..86cd32185 100644 --- a/nezha-fronted/src/components/common/bottomBox/bottomBox.vue +++ b/nezha-fronted/src/components/common/bottomBox/bottomBox.vue @@ -21,6 +21,9 @@ > + + + @@ -28,12 +31,14 @@ - - diff --git a/nezha-fronted/src/components/common/bottomBox/alertMessageBox.vue b/nezha-fronted/src/components/common/bottomBox/tabs/alertMessageTab.vue similarity index 60% rename from nezha-fronted/src/components/common/bottomBox/alertMessageBox.vue rename to nezha-fronted/src/components/common/bottomBox/tabs/alertMessageTab.vue index 4dfa70cbd..7ffbb5405 100644 --- a/nezha-fronted/src/components/common/bottomBox/alertMessageBox.vue +++ b/nezha-fronted/src/components/common/bottomBox/tabs/alertMessageTab.vue @@ -1,107 +1,94 @@