chenrui  преди 2 години
родител
ревизия
2a75168f98
променени са 2 файла, в които са добавени 10 реда и са изтрити 0 реда
  1. 1 0
      src/styles/index.scss
  2. 9 0
      src/views/securityCheck/components/securityCheckHeader.vue

+ 1 - 0
src/styles/index.scss

@@ -15,6 +15,7 @@ body {
 .content-app{
   width: 100%;
   padding: 0 24px 0 24px;
+  background: #dfe3ea;
 }
 
 .el-message {

+ 9 - 0
src/views/securityCheck/components/securityCheckHeader.vue

@@ -355,10 +355,18 @@ export default {
       background-color: #ffffff;
       color: #303133;
     }
+    .btn-mo:hover {
+      background-color: #ffffff;
+      color: #303133;
+    }
     .btn-mos {
       background-color: #383c54;
       color: #ffffff;
     }
+    .btn-mos:hover {
+      background-color: #ffffff;
+      color: #303133;
+    }
     .ant-radio-button-wrapper {
       height: 32px;
       padding: 8px 9px;
@@ -411,6 +419,7 @@ export default {
     .ant-calendar-picker-input {
       height: 32px;
       line-height: 30px;
+      border: none;
     }
   }
   ::v-deep .ant-select {