Browse Source

预测指标目录栏优化

jwyu 1 year ago
parent
commit
f58e90fc05
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/predictEdb_manage/mixins/mixin.js

+ 1 - 1
src/views/predictEdb_manage/mixins/mixin.js

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