fix: 完善组件配置

main
hong.yang 1 year ago
parent e903c5b2a8
commit 67974d826e

@ -61,6 +61,14 @@ public class ScreenDigitalFlopChart extends Chart {
@ApiModelProperty(notes = "高度")
private Integer height;
@ApiModelProperty(notes = "边框颜色")
private String borderColor;
@ApiModelProperty(notes = "边框宽度")
private Integer borderWidth;
}

@ -19,7 +19,7 @@ public class ScreenPictureChart extends Chart {
@Data
public static class Customize {
@ApiModelProperty(notes = "透明度")
private Integer opacity;
private Float opacity;
@ApiModelProperty(notes = "圆角")
private Integer radius;

Loading…
Cancel
Save