Explorar o código

fix:修复系统组件问题

liu.shiyi hai 1 ano
pai
achega
d3e832b413

+ 9 - 2
data-room-ui/packages/RemoteComponents/innerComponents/IndicatorCard/config.js

@@ -251,6 +251,13 @@ const option = {
 
 export default {
   title,
-  option,
-  setting
+  setting,
+  option: {
+    ...option,
+    displayOption: {
+      dataAllocation: {
+        enable: false
+      }
+    }
+  }
 }

+ 9 - 2
data-room-ui/packages/RemoteComponents/innerComponents/card/config.js

@@ -167,6 +167,13 @@ const option = {
 
 export default {
   title,
-  option,
-  setting
+  setting,
+  option: {
+    ...option,
+    displayOption: {
+      dataAllocation: {
+        enable: false
+      }
+    }
+  }
 }

+ 1 - 3
data-room-ui/packages/RemoteComponents/innerComponents/card/index.vue

@@ -11,9 +11,7 @@
         flexDirection: 'column',
         boxSizing: 'border-box',
         backgroundColor: customize.backgroundColor,
-        border:`${customize.border}px`,
-        borderStyle: customize.borderStyle,
-        borderColor: `${customize.borderColor}`
+        border:`${customize.border}px` + ' ' + customize.borderStyle + ' ' + customize.borderColor,
       }"
     >
       <header

+ 9 - 2
data-room-ui/packages/RemoteComponents/innerComponents/indexCard/config.js

@@ -252,6 +252,13 @@ const option = {
 
 export default {
   title,
-  option,
-  setting
+  setting,
+  option: {
+    ...option,
+    displayOption: {
+      dataAllocation: {
+        enable: false
+      }
+    }
+  }
 }