diff --git a/src/components/tools/ShowAnnouncement.vue b/src/components/tools/ShowAnnouncement.vue
index 8be8488..42dbfa7 100644
--- a/src/components/tools/ShowAnnouncement.vue
+++ b/src/components/tools/ShowAnnouncement.vue
@@ -4,18 +4,16 @@ import xss from "xss"
     :title="title"
     :width="modelStyle.width"
     :visible="visible"
-    :bodyStyle ="bodyStyle"
+    :bodyStyle="bodyStyle"
     :switchFullscreen="switchFullscreen"
     @cancel="handleCancel"
-   >
+  >
     
       关闭
-      去处理
+      去处理
     
     
-      
+      
       
       
       
@@ -24,133 +22,133 @@ import xss from "xss"
 
 
 
 
 
 
diff --git a/src/style.less b/src/style.less
index e9aff9a..45f7b8a 100644
--- a/src/style.less
+++ b/src/style.less
@@ -67,7 +67,7 @@ body {
 @table-border-radius-base: 0;
 @table-padding-vertical-sm: 2px;
 @table-padding-vertical: 6px;
-@table-padding-horizontal: 8px;  
+@table-padding-horizontal: 8px;
 @table-row-hover-bg: #0e505f;
 
 .ant-table {
@@ -188,9 +188,8 @@ body {
   }
   &-time-picker-combobox {
     background-color: @modalBg !important;
-    border-color: @formInputBorderColor !important
+    border-color: @formInputBorderColor !important;
   }
-  
 
   &-picker {
     width: 100%;
@@ -202,7 +201,7 @@ body {
       color: #00e9fe !important;
     }
     &-select {
-      background-color: @formInputBgColor !important
+      background-color: @formInputBgColor !important;
     }
   }
 
@@ -275,7 +274,7 @@ body {
     }
   }
 }
-.ant-calendar-range .ant-calendar-in-range-cell::before{
+.ant-calendar-range .ant-calendar-in-range-cell::before {
   background: #1397a3;
 }
 
@@ -341,7 +340,8 @@ body {
 
   &-selected-day &-date,
   &-date:hover {
-    background-color: #072f32 !important;
+    background-color: #0b4f54 !important;
+    // background-color: #072f32 !important;
   }
 }
 
@@ -382,10 +382,10 @@ body {
 }
 
 // 输入框样式
-.ant-calendar-input{
+.ant-calendar-input {
   background-color: transparent !important;
 }
-.ant-calendar-range-middle{
+.ant-calendar-range-middle {
   color: #fff;
 }
 .ant-input {
@@ -639,7 +639,7 @@ input[type='number']::-webkit-outer-spin-button {
     }
   }
 }
-.ant-select-selection--multiple .ant-select-selection__choice{
+.ant-select-selection--multiple .ant-select-selection__choice {
   max-width: 60%;
 }
 
diff --git a/src/views/abnormalAlarm/serverMonitor/instances/cpu.vue b/src/views/abnormalAlarm/serverMonitor/instances/cpu.vue
index 5b75ac1..43dbf83 100644
--- a/src/views/abnormalAlarm/serverMonitor/instances/cpu.vue
+++ b/src/views/abnormalAlarm/serverMonitor/instances/cpu.vue
@@ -813,7 +813,6 @@ export default {
   &-item {
     width: 100%;
     height: 100%;
-    // background: #ade6ee;
     &-chart {
       width: 100%;
       height: calc(100% - 40px);
@@ -831,7 +830,7 @@ export default {
         font-size: 14px;
         font-weight: normal;
         color: #ffffff;
-        margin-left: 10px;
+        // margin-left: 5px;
         span {
           color: #00e9fe;
           background: none;
diff --git a/src/views/abnormalAlarm/serverMonitor/instances/createRules.vue b/src/views/abnormalAlarm/serverMonitor/instances/createRules.vue
index 9feda96..af1d92a 100644
--- a/src/views/abnormalAlarm/serverMonitor/instances/createRules.vue
+++ b/src/views/abnormalAlarm/serverMonitor/instances/createRules.vue
@@ -1,48 +1,38 @@