2 Commits 6f4582da58 ... 8e8c6f9c8d

Auteur SHA1 Message Date
  liyang 8e8c6f9c8d Merge remote-tracking branch 'origin/develop' into develop il y a 2 ans
  liyang 557485ae41 feat(adm-diagram): 字体加粗改成600 il y a 2 ans

+ 1 - 1
adm-business/adm-diagram/src/main/java/com/persagy/adm/diagram/core/model/style/BaseStyle.java

@@ -30,7 +30,7 @@ public class BaseStyle {
 	 * 字体粗细
 	 */
 	@Expose
-	protected int fontWeight = 500;
+	protected int fontWeight = 600;
 
 	/**
 	 * 字体名称