Index: /branches/rel_apv_10_7/usr/click/webui/htdocs/new/src/apv/templates/sslo/sslo/wizard/wizard.html
===================================================================
--- /branches/rel_apv_10_7/usr/click/webui/htdocs/new/src/apv/templates/sslo/sslo/wizard/wizard.html	(revision 38558)
+++ /branches/rel_apv_10_7/usr/click/webui/htdocs/new/src/apv/templates/sslo/sslo/wizard/wizard.html	(working copy)
@@ -2838,10 +2838,10 @@
                                     {
                                     type: 'graph',
                                     layout: 'none',
-                                    symbolSize: 50,
+                                    symbolSize: 40,
                                     roam: true,
                                     scaleLimit: {
-                                        min: 0.5,  // 最小缩放比例
+                                        min: 1,  // 最小缩放比例
                                         max: 2    // 最大缩放比例
                                     },
                                     tooltip: {},
@@ -2854,7 +2854,7 @@
                                     edgeSymbol: ['circle', 'arrow'],
                                     edgeSymbolSize: [4, 10],
                                     edgeLabel: {
-                                        fontSize: 15
+                                        fontSize: 12
                                     },
                                     categories: [
                                         {
@@ -7008,7 +7008,6 @@
                                 }
                             }
                         });
-                    
                 },
                 get_widgets: function() {
                     this.widgets = [
@@ -7029,10 +7028,10 @@
                                     {
                                     type: 'graph',
                                     layout: 'none',
-                                    symbolSize: 40,
+                                    symbolSize: 60,
                                     roam: true,
                                     scaleLimit: {
-                                        min: 0.5,  // 最小缩放比例
+                                        min: 0.8,  // 最小缩放比例
                                         max: 2    // 最大缩放比例
                                     },
                                     tooltip: {},
@@ -7045,10 +7044,9 @@
                                     edgeSymbol: ['circle', 'arrow'],
                                     edgeSymbolSize: [4, 10],
                                     edgeLabel: {
-                                        fontSize: 15
+                                        fontSize: 12
                                     },
                                     nodeScaleRatio: 0,
-                                   
                                     categories: [
                                         {
                                             name: "normal",
@@ -7087,7 +7085,6 @@
                                 ]
                             }
                         },
-                        
                     ]
                     let chain_name = [];
                     let decode_vs = [];
@@ -7103,7 +7100,6 @@
                     let next = [];
                     let index_encode_l7_node = 0;
                     let new_node = {};
-                    
                     service_list = [];
                     source_name = '';
                     source_x = 0;
@@ -8277,7 +8273,7 @@
                     }
                 }
             },
-            template: '<div ref="echarts" style="height:800px;"></div>',
+            template: '<div ref="echarts" style="height:600px;"></div>',
             mounted: function () {
                 this.drawLineGraph();
                 const that = this
