diff --git a/src/components/nodes-viewer/index.vue b/src/components/nodes-viewer/index.vue
index e193f670..3feba0b7 100644
--- a/src/components/nodes-viewer/index.vue
+++ b/src/components/nodes-viewer/index.vue
@@ -3,7 +3,7 @@
ref="mindDom"
:id="domId"
class="nodes-viewer"
- :style="{ width: width, height: height, ...style }"
+ :style="{ width: width, height: height }"
@mousewheel.stop="onWheel"
>
@@ -26,10 +26,6 @@ export default {
height: {
type: String,
default: '',
- },
- style: {
- type: Object,
- default: () => ({}),
}
},
data() {
diff --git a/src/views/manage_company/template/detail.vue b/src/views/manage_company/template/detail.vue
index 7eda800e..a573b8a6 100644
--- a/src/views/manage_company/template/detail.vue
+++ b/src/views/manage_company/template/detail.vue
@@ -11,46 +11,123 @@