chenrui  2 years ago
parent
commit
4afe31e6f0

+ 1 - 1
src/views/systemSettings/securityPolicy/index.vue

@@ -587,7 +587,7 @@ defineExpose({
   display: inline-block;
   font-size: 14px;
   margin: 0px 4px 0px 0;
-  // background-color: rgb(229, 229, 229);
+  background: #dfe3ea;
   border: 1px solid #e8eaec;
   border-radius: 3px;
 }

+ 4 - 4
src/views/systemSettings/serviceManagement/index.vue

@@ -435,20 +435,20 @@ const nodeDataList = ref([
     linkTargetName: "解析服务",
     linkValue: " ",
     coordConfig: { level: "4" },
-    symbolSize: 30,
+    symbolSize: 60,
     symbol: defaultImg,
     draggable: false,
-    value: [160, 180],
+    value: [100, 245],
   },
   {
     name: "BPM",
     linkTargetName: "推送节点",
     linkValue: " ",
     coordConfig: { level: "4" },
-    symbolSize: 30,
+    symbolSize: 60,
     symbol: defaultImg,
     draggable: false,
-    value: [160, 150],
+    value: [100, 200],
   },
   {
     name: "航班",