|
@@ -143,6 +143,7 @@ type MixCellShowStyle struct {
|
|
|
Color string `description:"颜色值,#RRG" json:"color"`
|
|
|
BackgroundColor string `description:"背景颜色值,#RRG" json:"background-color"`
|
|
|
Align string `description:"对齐方式:left|center|right" json:"align"`
|
|
|
+ FontSize string `description:"字号大小" json:"font-size"`
|
|
|
}
|
|
|
|
|
|
type DateDataBeforeAfterReq struct {
|