소스 검색

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>