@@ -75,7 +75,7 @@ export default {
? 'auto'
: width <= 260
? 80
- : 0.4 * width;
+ : 0.35 * width;
this.$set(node, 'Nodewidth', label_wid + 'px');
},200),