Procházet zdrojové kódy

Merge remote-tracking branch 'origin/master'

lizeyu před 9 měsíci
rodič
revize
67cfb4f112
1 změnil soubory, kde provedl 17 přidání a 17 odebrání
  1. 17 17
      vue/src/views/dataMap/companyDataMap.vue

+ 17 - 17
vue/src/views/dataMap/companyDataMap.vue

@@ -981,26 +981,26 @@ export default {
       }
     }
   }
-}
 
-.ant-btn, .ant-input {
-  border: none !important;
-}
+  .ant-btn, .ant-input {
+    border: none !important;
+  }
 
-input {
-  height: 32px;
-}
+  input {
+    height: 32px;
+  }
 
-.ant-select:not(.ant-select-customize-input) .ant-select-selector,
-.ant-select:not(.ant-select-customize-input) .ant-select-selector,
-.ant-input-affix-wrapper, .ant-select-selector {
-  border: none !important;
-  box-shadow: none !important;
-}
+  .ant-select:not(.ant-select-customize-input) .ant-select-selector,
+  .ant-select:not(.ant-select-customize-input) .ant-select-selector,
+  .ant-input-affix-wrapper, .ant-select-selector {
+    border: none !important;
+    box-shadow: none !important;
+  }
 
-.ant-select:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input)
-.ant-select-selector {
-  border-color: transparent;
-  box-shadow: none;
+  .ant-select:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input)
+  .ant-select-selector {
+    border-color: transparent;
+    box-shadow: none;
+  }
 }
 </style>