Merge remote-tracking branch 'origin/master'

main
liu.shiyi 1 year ago
commit ddfa67b454

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

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

Loading…
Cancel
Save