Skip to content

Commit

Permalink
Merge branch 'v1.8.12'
Browse files Browse the repository at this point in the history
  • Loading branch information
bububa committed Aug 17, 2022
2 parents 9cc1485 + 4bc0d85 commit 0b69092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion marketing-api/model/tools/site/button_brick.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ type ButtonBrick struct {
// BorderColor 边框颜色信息,比如“rgba(255,255,255,1)”,默认为无
BorderColor string `json:"border_color,omitempty"`
// BorderWidth 边框粗细,默认0
BorderWidth int `json:"border_width,omitempty"`
BorderWidth float64 `json:"border_width,omitempty"`
// BorderRadius 边框圆角,默认为0,范围:radius >= 0
BorderRadius float64 `json:"border_radius,omitempty"`
// Events 事件列表信息
Expand Down

0 comments on commit 0b69092

Please sign in to comment.