魏志佳 il y a 4 ans
Parent
commit
a5024c0b87
1 fichiers modifiés avec 8 ajouts et 2 suppressions
  1. 8 2
      src/views/modules/earlyWarningRules/configRules.vue

+ 8 - 2
src/views/modules/earlyWarningRules/configRules.vue

@@ -310,7 +310,7 @@ export default {
     data() {
         return {
             tabActiveKey:[0],
-            customStyle:'background: #f9f9fa;border-radius: 4px;margin-bottom:20px;overflow: hidden',
+            customStyle:'background: #f9f9fa;border-radius: 4px;margin-bottom:15px;overflow: hidden;border: 1px solid #d9d9d9;',
             conditionList:[],
             url:{
                 fieldList:'/ruleIndicator/list',
@@ -754,7 +754,7 @@ export default {
                 justify-content: center;
                 align-items: center;
                 color: #666;
-                margin-top: 16px;
+                margin-top: 5px;
                 -moz-user-select: none;
                 -webkit-user-select: none;
                 -ms-user-select: none;
@@ -1125,5 +1125,11 @@ export default {
     .ant-checkbox-wrapper:first-child {
       padding: 0 15px 5px;
     }
+
+    .ant-collapse{
+       border: 1px solid #fff; 
+       background-color: #fff;
+    }
+
 }
 </style>