浏览代码

style(样式优化)

liujing 8 月之前
父节点
当前提交
9b90ac1406
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/service/InterfaceDetail/components/NodeG6Charts.vue

+ 1 - 1
src/views/service/InterfaceDetail/components/NodeG6Charts.vue

@@ -263,6 +263,6 @@ export default {
 <style lang="scss" scoped>
 .node-chart-content{
     width:100%;
-    height:600px;
+    max-height:600px;
 }
 </style>